![]() |
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 |
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 |
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 |
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