View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
rcl2884 rcl2884 is offline
external usenet poster
 
Posts: 7
Default Remove On Activate Sheet Event

I have an Excel workbook that I inherited that wants to run an event
every time I activate or deactivate a sheet. I cannot seem to locate
the worksheet events so that I can disable this. There are two
subroutines with names like "OnActivateSheetName" and
"OnDeactivateSheetName". If I simply remove these routines I get a
message that says that these subroutines cannot be found, whenever I
activate (or deactivate) the sheet.

How do I remove this "event" requirement?

Thanks,
Rick