View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
[email protected] bplumhoff@gmail.com is offline
external usenet poster
 
Posts: 136
Default Is workbook beforeclose event the best place to do this?

Hello,

I would suggest to take the BeforeSave event.

If any innocent person just tries to read the file he should be able to
get out with wrong values as far as he does not save anything...

Regards,
Bernd