Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default 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

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 27,285
Default 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



  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 441
Default 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


  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default 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

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
view different parts of sheet - split view mami Excel Discussion (Misc queries) 2 November 10th 08 01:04 PM
View Custom View with Sheet Protection John H[_2_] New Users to Excel 1 February 16th 07 05:54 PM
keep active sheet view and cursor position killa47 Excel Worksheet Functions 0 November 8th 05 09:20 AM
Copying a sheet to a certain position Jamie Excel Programming 1 October 15th 04 11:29 AM
Sheet Position James Weaver Excel Programming 4 October 8th 03 04:46 PM


All times are GMT +1. The time now is 06:53 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"