Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]() 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
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
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 |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
when i open a excel doc , it open muiltple page not related? | Excel Discussion (Misc queries) | |||
How do I find a file/spreadsheet that Excel says is Already open but I can't find it? | Excel Discussion (Misc queries) | |||
Sumif Linking to Another Workbook error #VALUE! | Excel Discussion (Misc queries) | |||
open ended multi page sum | Excel Worksheet Functions | |||
open ended multi page sum | Excel Worksheet Functions |