View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Bob Umlas[_3_] Bob Umlas[_3_] is offline
external usenet poster
 
Posts: 320
Default Disable Workbook_Activate inside another macro...

Application.EnableEvents = False

turn it back to true when macro is done.


"SpeeD" wrote in message
...
Hi i need to disable Workbook_Activate when one of y macros run but i
canīt
find any way to do it. Can i rename Workbook_Activate to another name? can
i
stop it??

Thankīs a lot!!!!

speeD