Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I'd like to have a file open to a specific introduction worksheet each time
the workbook is opened. |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Use the Workbook_Open event to have code activate the appropriate sheet.
See Chip Pearson's page on events if you are not familiar with them http://www.cpearson.com/excel/events.htm this will fail if macros are disabled. -- Regards, Tom Ogilvy "Manzie" wrote in message ... I'd like to have a file open to a specific introduction worksheet each time the workbook is opened. |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Thanks so much for your help!
"Tom Ogilvy" wrote: Use the Workbook_Open event to have code activate the appropriate sheet. See Chip Pearson's page on events if you are not familiar with them http://www.cpearson.com/excel/events.htm this will fail if macros are disabled. -- Regards, Tom Ogilvy "Manzie" wrote in message ... I'd like to have a file open to a specific introduction worksheet each time the workbook is opened. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
open with default program for xlsx documents is missing | Excel Discussion (Misc queries) | |||
Workbook does not open by default in Excel 2007 | Excel Discussion (Misc queries) | |||
Why open more than one Excel program to see more than one workbook | Excel Discussion (Misc queries) | |||
how do i open Excel program without loading a new worksheet? | Excel Discussion (Misc queries) | |||
Setting default "open" worksheet in a workbook | Excel Programming |