View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Dileep Chandran Dileep Chandran is offline
external usenet poster
 
Posts: 101
Default SheetActivate/DeActivate events in a common module

Hello Masters,

Is there a way to put sheet activate and deactivate events (for 40
sheets) in a common module, ie. inside a worksheet code module?

Currently I have the codes in the respective sheets. I need all these
codes to be in one sheet.

Is this possible?

Thanks!

-DC