Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Lets say I have an excel spreadsheet that has 5 tabs.
tab1, tab2, tab3, tab4, tab5. Is there anyway to force excel to open tab1 with shortcut #1 tab2 with shortcut #2 tab3 with shortcut#3 etc... etc... Thanks |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
You cannot open a workbook to a specific sheet by shortcut alone.
You must have a shortcut to a workbook which has workbook_open code to set the active worksheet. Private Sub Workbook_Open() Sheets("Sheet1").Activate End Sub You could have the above code run a macro which popped up a userform for user to select which sheet to activate but that might be more hassle than just opening the workbook and selecting a sheet from the sheet tabs. Gord Dibben MS Excel MVP On Tue, 5 Dec 2006 13:49:00 -0800, Nicholas wrote: Lets say I have an excel spreadsheet that has 5 tabs. tab1, tab2, tab3, tab4, tab5. Is there anyway to force excel to open tab1 with shortcut #1 tab2 with shortcut #2 tab3 with shortcut#3 etc... etc... Thanks |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Retaining formats | Excel Discussion (Misc queries) | |||
mail merging 2 workbooks??? | Excel Discussion (Misc queries) | |||
Excel file with hyperlinks takes a long time to open over the network | Links and Linking in Excel | |||
"Cannot access read-only document" (I get this error when I try to open an Excel file) | Setting up and Configuration of Excel | |||
cannot open excel file, please help!!! | Excel Discussion (Misc queries) |