Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
SD8146
 
Posts: n/a
Default Open at specified page


Is it possible to have a workbook open at a specific sheet - if so how
would I go about it - I have a menu sheet with links to other areas of
the w/book and would like the thing to always open at the menu.

Thanks


--
SD8146
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
DaveO
 
Posts: n/a
Default Open at specified page

Open the VBE with Alt+F11.

Goto the 'This WorkBook' sheet and select 'Workbook' in the drop down and
the top and left and then make sure 'Open' is selected on the right drop
down. then use this code...

Private Sub Workbook_Open()

Sheets("{Enter Sheet Name Here}").Select

End Sub

HTH.

"SD8146" wrote:


Is it possible to have a workbook open at a specific sheet - if so how
would I go about it - I have a menu sheet with links to other areas of
the w/book and would like the thing to always open at the menu.

Thanks


--
SD8146

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
when i open a excel doc , it open muiltple page not related? greyshark001 Excel Discussion (Misc queries) 1 October 18th 05 05:15 PM
How do I find a file/spreadsheet that Excel says is Already open but I can't find it? nwtrader8 Excel Discussion (Misc queries) 5 June 21st 05 02:16 PM
Sumif Linking to Another Workbook error #VALUE! Tunde Excel Discussion (Misc queries) 16 March 4th 05 03:02 AM
open ended multi page sum AlZee Excel Worksheet Functions 1 November 1st 04 01:26 AM
open ended multi page sum AlZee Excel Worksheet Functions 2 October 31st 04 05:49 PM


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

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

About Us

"It's about Microsoft Excel"