Suspend Execution

G

Guest

I need to suspend execution of a worksheet change event while another
procedure is running.

Can somebody remind me of the code for this.

Thanks, Kaval
 
N

Norman Jones

Hi Kaval

Application.EnableEvents = False

Call OtherProcedure

Application.EnableEvents = True
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top