View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Gaston Gaston is offline
external usenet poster
 
Posts: 10
Default Worksheet_Activate Not Called When Opening Workbook

I'm using code in the Worksheet_Activate event to load a Menu. This works
fine when manually switching from one worksheet to another. However, when
the workbook is first opened, this event is not issued for the active sheet.
How can I get this event to run when the workbook is first opened. The
active sheet can be any sheet that the user had activated prior to the last
worbook close.