ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   Sheet View Position (https://www.excelbanter.com/excel-programming/346173-sheet-view-position.html)

Brian Matlack[_29_]

Sheet View Position
 

Hi!
What code do I use to ensure that when I go to a new sheet and select
cell A1 that cell A1 is in the upper left corner of my screen?
Thanks!!


--
Brian Matlack
------------------------------------------------------------------------
Brian Matlack's Profile: http://www.excelforum.com/member.php...fo&userid=3508
View this thread: http://www.excelforum.com/showthread...hreadid=486916


Tom Ogilvy

Sheet View Position
 
Appliction.GoTo Reference:=worksheets("Sheet3").Range("A1"),Scroll :=True

--
Regards,
Tom Ogilvy


"Brian Matlack"
wrote in message
news:Brian.Matlack.1yuytn_1132595703.0114@excelfor um-nospam.com...

Hi!
What code do I use to ensure that when I go to a new sheet and select
cell A1 that cell A1 is in the upper left corner of my screen?
Thanks!!


--
Brian Matlack
------------------------------------------------------------------------
Brian Matlack's Profile:

http://www.excelforum.com/member.php...fo&userid=3508
View this thread: http://www.excelforum.com/showthread...hreadid=486916




quartz[_2_]

Sheet View Position
 
One possible method:

Application.Goto Range("A1"), Scroll:=True

HTH

"Brian Matlack" wrote:


Hi!
What code do I use to ensure that when I go to a new sheet and select
cell A1 that cell A1 is in the upper left corner of my screen?
Thanks!!


--
Brian Matlack
------------------------------------------------------------------------
Brian Matlack's Profile: http://www.excelforum.com/member.php...fo&userid=3508
View this thread: http://www.excelforum.com/showthread...hreadid=486916



Brian Matlack[_30_]

Sheet View Position
 

Works Great!! Thanks!!


--
Brian Matlack
------------------------------------------------------------------------
Brian Matlack's Profile: http://www.excelforum.com/member.php...fo&userid=3508
View this thread: http://www.excelforum.com/showthread...hreadid=486916



All times are GMT +1. The time now is 05:40 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com