View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Tom Ogilvy Tom Ogilvy is offline
external usenet poster
 
Posts: 27,285
Default Can I program Excel to open a workbook to a default worksheet?

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.