Assuming you want to jump to the last populated cell in a column using VBA
will do; where 1 is the column index (1=A, 2=B etc)Code:Worksheets("Name of sheet").Cells(Rows.Count, 1).End(xlUp).Select
Assuming you want to jump to the last populated cell in a column using VBA
will do; where 1 is the column index (1=A, 2=B etc)Code:Worksheets("Name of sheet").Cells(Rows.Count, 1).End(xlUp).Select
A dream is not something you see when you are asleep, but something you strive for when you are awake.
It's usually a bad idea to say that something can't be done.
The difference between dream and aim, is that one requires soundless sleep to see and the other requires sleepless efforts to achieve
Join us at Facebook
Bookmarks