Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
bennyob
 
Posts: n/a
Default How do I set defaut worksheet visible on opening workbook?

by default excel opens a workbook with the wosksheet that was visible the
last time the file was saved. How do you set a workbook to open at a default
worksheet, say where there are a list of instructions for the user?

  #2   Report Post  
Dave Peterson
 
Posts: n/a
Default How do I set defaut worksheet visible on opening workbook?

You can use a macro:

Option Explicit
sub auto_open()
application.goto worksheets("Instructions").Range("a1"),scroll:=tru e
end sub

If you're new to macros, you may want to read David McRitchie's intro at:
http://www.mvps.org/dmcritchie/excel/getstarted.htm

bennyob wrote:

by default excel opens a workbook with the wosksheet that was visible the
last time the file was saved. How do you set a workbook to open at a default
worksheet, say where there are a list of instructions for the user?


--

Dave Peterson
  #3   Report Post  
bennyob
 
Posts: n/a
Default How do I set defaut worksheet visible on opening workbook?

Thanks Dave!

"Dave Peterson" wrote:

You can use a macro:

Option Explicit
sub auto_open()
application.goto worksheets("Instructions").Range("a1"),scroll:=tru e
end sub

If you're new to macros, you may want to read David McRitchie's intro at:
http://www.mvps.org/dmcritchie/excel/getstarted.htm

bennyob wrote:

by default excel opens a workbook with the wosksheet that was visible the
last time the file was saved. How do you set a workbook to open at a default
worksheet, say where there are a list of instructions for the user?


--

Dave Peterson

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
tried using SUBTOTAL function (XL XP) and it doesn't seem to work JethroUK© New Users to Excel 12 August 22nd 05 07:33 PM
Running a macro for all visible worksheets in a workbook Craig_Richards Excel Discussion (Misc queries) 2 August 8th 05 12:24 PM
worksheet ? of ?? in workbook Chris Hofman Excel Discussion (Misc queries) 4 August 4th 05 01:34 PM
Help - now really stuck! File transfer problem ohboy! Excel Discussion (Misc queries) 10 May 2nd 05 09:07 PM
I can't get a worksheet to copy onto the workbook KCoyne Excel Worksheet Functions 3 March 12th 05 04:09 PM


All times are GMT +1. The time now is 09:15 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"