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!
Jim Thomlinson - 25 Mar 2008 19:57 GMT
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...

Signature
HTH...
Jim Thomlinson
> 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.
[quoted text clipped - 3 lines]
>
> Thanks!