Switch to Design View without going off event handler

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

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
 
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.
 

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

Back
Top