Thread: Disable events
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Nigel Nigel is offline
external usenet poster
 
Posts: 923
Default Disable events

I am using Application.EnableEvents to stop userform controls being active
during file processing activity. I then re-enable them after the process is
complete.

Can someone advise if the control activities are recorded in a buffer or in
some way can be captured - even though they do not fire any code attached to
them?

--
Cheers
Nigel