View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.programming
Frank Kabel Frank Kabel is offline
external usenet poster
 
Posts: 3,885
Default Application.EnableEvents

Hi Terry
has to be set only at the beginning as this is a global setting. Don't
forget to turn them on at the end of your last macro

--
Regards
Frank Kabel
Frankfurt, Germany


Terry wrote:
Will the Application.EnableEvents method stop events from firing in
any functions or subs call from the procedure that sets that method,
or do I need to include that in every function or sub that may fire
unwanted events?

Terry