Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I want to have a macro that's goes to a specific part of the spreadsheet -
for example BB1. But I want BB1 to be in the left corner of the window. If I just Select the cell it might not do that. How do I go to that cell and ensure that the window is correct - the cells to the left of BB1 are not visible. Thanks for any help on this. |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Application.Goto reference:=Range("A2"), scroll:=True
"dhstein" wrote: I want to have a macro that's goes to a specific part of the spreadsheet - for example BB1. But I want BB1 to be in the left corner of the window. If I just Select the cell it might not do that. How do I go to that cell and ensure that the window is correct - the cells to the left of BB1 are not visible. Thanks for any help on this. |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Application.Goto reference:=Range("bb1"), scroll:=True
"dhstein" wrote: I want to have a macro that's goes to a specific part of the spreadsheet - for example BB1. But I want BB1 to be in the left corner of the window. If I just Select the cell it might not do that. How do I go to that cell and ensure that the window is correct - the cells to the left of BB1 are not visible. Thanks for any help on this. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Not allowing to continu unless a specific cell has specific answer | Excel Discussion (Misc queries) | |||
Link to specific cell in specific Excel file | Excel Discussion (Misc queries) | |||
Link from a specific Cell in Excel to a specific para. in Word | Excel Worksheet Functions | |||
Highlight a row if a specific cell is specific numbers/words | Excel Worksheet Functions | |||
How do I make a cell date specific to input a value on a specific. | Excel Discussion (Misc queries) |