Thread
:
goto last cell with data
View Single Post
#
2
Posted to microsoft.public.excel.programming
Gary''s Student
external usenet poster
Posts: 11,058
goto last cell with data
Sub dural()
n = Cells(Rows.Count, "A").End(xlUp).Row
Range("A2:A" & n).Select
End Sub
--
Gary''s Student - gsnu200808
Reply With Quote
Gary''s Student
View Public Profile
Find all posts by Gary''s Student