Switch to Design View without going off event handler

C

clara

Hi all,

sometime when I want to swtich to design view from form, the event handler
always go off and if there is bug in the event handler code, it is worse. How
can I always switch to design view without firing evant handler.

Clara

thank you so much for your help
 
A

Allen Browne

You can't avoid the event firing.

Once it fires, you find yourself in the VBA window with a line of code
hightlighted. Choose Reset on the Run menu to stop the code.
 
Top