Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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 |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi Kaval
Application.EnableEvents = False Call OtherProcedure Application.EnableEvents = True --- Regards, Norman "Kaval" wrote in message ... 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 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
suspend auto increment | Excel Discussion (Misc queries) | |||
Suspend macro while others are running | Excel Programming | |||
Suspend code | Excel Programming | |||
Screen suspend | Excel Programming | |||
Suspend viewing of macros | Excel Programming |