Thread
:
find last row in a sheet
View Single Post
#
1
Posted to microsoft.public.excel.misc
Janis
external usenet poster
Posts: 360
find last row in a sheet
EndRow = Cells(Rows.Count, 1).End(xlUp)
I need the last used row count. This statement seems to count the last row
but not the used range. How do I find the last used row?
thanks,
Reply With Quote
Janis
View Public Profile
Find all posts by Janis