Thread
:
Last cell in column
View Single Post
#
1
Posted to microsoft.public.excel.programming
Paul Wilson[_2_]
external usenet poster
Posts: 7
Last cell in column
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.
--
Paul Wilson
Reply With Quote
Paul Wilson[_2_]
View Public Profile
Find all posts by Paul Wilson[_2_]