Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
This is pretty simple but then again so am I
I have a macro which when run from a command button unhides all the hidden cells on a sheet. What do I need to add to the end of the macro to place the cursor in the last cell in a column which has data in it? Told you it was simple. Thanks in anticipation Martin |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
You don't say which column so I will assume that it is the Column that the cursor is in:
Cells(Rows.Count,ActiveCell.Column).End(xlUp).Sele ct -- HTH Sandy In Perth, the ancient capital of Scotland and the crowning place of kings Replace @mailinator.com with @tiscali.co.uk "Martin B" wrote in message ... This is pretty simple but then again so am I I have a macro which when run from a command button unhides all the hidden cells on a sheet. What do I need to add to the end of the macro to place the cursor in the last cell in a column which has data in it? Told you it was simple. Thanks in anticipation Martin |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Goto location of another cell value | Excel Programming | |||
How to goto the next available cell in a column. | Excel Programming | |||
Goto a referenced cell | Excel Programming | |||
Goto Next VISIBLE cell below | Excel Programming | |||
goto a particular cell | Excel Programming |