Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
What is the code to write in order to scroll so that cell A2 will appear at
the top-left corner of the window? |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
With ActiveWindow
.ScrollRow = 2 .ScrollColumn = 1 End With -- HTH Bob Phillips (replace xxxx in the email address with gmail if mailing direct) "hmm" wrote in message ... What is the code to write in order to scroll so that cell A2 will appear at the top-left corner of the window? |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Try
Application.Goto reference:=Range("A2"), scroll:=True -- Cordially, Chip Pearson Microsoft MVP - Excel Pearson Software Consulting, LLC www.cpearson.com (email on the web site) "hmm" wrote in message ... What is the code to write in order to scroll so that cell A2 will appear at the top-left corner of the window? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
change sheet position right to left | Excel Discussion (Misc queries) | |||
Select worksheet tab at furthest left position | Excel Programming | |||
Setting left position works in XL 2k and 2002 but.. | Excel Programming | |||
Window Position & Size | Excel Discussion (Misc queries) | |||
Text Box 'Left' position problems... | Excel Programming |