View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Dennis Tucker Dennis Tucker is offline
external usenet poster
 
Posts: 140
Default Intercepting the Save

Nevermind, I found it. It's the Workbook_BeforeSave event.


Dennis

"Dennis Tucker" wrote in message
...
I want to run a little code when the user saves the workbook. How can I
intercept the Save command?


Dennis