bypassing BeforeClose event?

  • Thread starter Thread starter jayklmno
  • Start date Start date
J

jayklmno

I have some code that enables and disables cut and paste. The code is turned
on with the Workbook Open event and turned off with the Workbook Close event.
Some users though are having this code linger and not turn off... any things
that can happen that would allow the user to unknowingly bypass the close
event?

Thanks!
 
Most likely it is an error in your code and not something the user is
doing... One thing to look at could be turning off events without turning
them back on again. That would keep the before close event from firing...
 

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