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 Startup Code in a Workbook

http://www.cpearson.com/excel/events.htm

might be a start.

--
Regards,
Tom Ogilvy

"BFarrell" wrote in message
...
Are there similar EVENTs in Excel operating on the Workbook or Sheets, as
there are in Access that will execute against FORMS, i.e. 'On Open', 'On
Activate'.

I want to execute some code when certain sheets are accessed in my

workbook.

Thanks!