Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hi ,
I have an Excel sheet with many tabs.. What should i do to oblige MS Excel to open a certain tab whenever i open this MS excel sheet ? Thanx for your help |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Put this in your ThisWorkbook code module:
Private Sub Workbook_Open() Application.GoTo Sheets("Certain_Tab").Range("A1") End Sub In article , Pietro wrote: Hi , I have an Excel sheet with many tabs.. What should i do to oblige MS Excel to open a certain tab whenever i open this MS excel sheet ? Thanx for your help |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
excel 2003 saved file will not open without a blank workbook open | Excel Discussion (Misc queries) | |||
Search open sheets in workbook and insert into open sheet | Excel Discussion (Misc queries) | |||
Open email windows can't open, excel shreadsheet file .xls ? | Excel Discussion (Misc queries) | |||
file open via IE hyperlink causes already open files to shrink and tile | Setting up and Configuration of Excel | |||
How do I stop Excel from closing the open file each time I open a. | Setting up and Configuration of Excel |