Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I notice that on a multi tab workbook sometimes a spreadsheet
consistently opens with a certain tab. How do you set that to happen? |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I've always last saved in the tab I want opened next time. It should save
your last position/tab after every save. "Joe" wrote: I notice that on a multi tab workbook sometimes a spreadsheet consistently opens with a certain tab. How do you set that to happen? |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
You could just put it in an Auto_Open macro:
Sub Auto_Open() Sheets("Your Sheet Name").Select End Sub "Joe" wrote: I notice that on a multi tab workbook sometimes a spreadsheet consistently opens with a certain tab. How do you set that to happen? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How to I make sure that my workbook always opens with a desired sh | New Users to Excel | |||
How to I make sure that my workbook always opens with a desired sh | Excel Worksheet Functions | |||
how do I show file extensions when a workbook opens in excel 2003 | Excel Discussion (Misc queries) | |||
Protect Workbook vs Worksheet?? | Excel Worksheet Functions | |||
Unprotect Workbook | Excel Discussion (Misc queries) |