Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Probably the simplest way is:
Sub cellTotop() Set x = ActiveCell Application.Goto x, scroll:=True End Sub This way you don't have to worry about named ranges vs variables. "ranswert" wrote: Is there a way when a cell is selected in a procedure when the procedure is done that cell is in the top left portion of the screen? Thanks |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Arrow keys move screen instead of moving from cell to cell | Excel Discussion (Misc queries) | |||
Inputbox Location on Screen. Can you code it to popup lower on the screen ? | Excel Programming | |||
print box opens in right screen of dual screen setup why | Excel Discussion (Misc queries) | |||
Arrow keys move screen instead of moving from cell to cell. | Setting up and Configuration of Excel | |||
How to copy data from excel to power point screen by screen? | Excel Programming |