View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.programming
bdcrisp[_19_] bdcrisp[_19_] is offline
external usenet poster
 
Posts: 1
Default Triggering an Excel macro on press of SAVE

sure you can

in the VB editor, select the Workbook in proj. explorer.

in the code editor, select 'workbook' as the object, then select the
'before save' event

then you may put your checks in there


---
Message posted from http://www.ExcelForum.com/