View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.programming
SpeeD SpeeD is offline
external usenet poster
 
Posts: 65
Default Disable Workbook_Activate inside another macro...

Thank´s Bob!

Works great

SpeeD

"Bob Umlas" wrote:

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