P
Paul Wilson
Hi,
I just wanted to find out the number of rows based on the last cell which
has data.
I have been trying to use the following
Dim LastCell As Double
LastCell = Cells(Rows.Count, 5).End(xlUp)
But get a VBA error.
I just wanted to find out the number of rows based on the last cell which
has data.
I have been trying to use the following
Dim LastCell As Double
LastCell = Cells(Rows.Count, 5).End(xlUp)
But get a VBA error.