View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
jayklmno jayklmno is offline
external usenet poster
 
Posts: 58
Default bypassing BeforeClose event?

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!