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

Hi,

I want to perform some check before saving an excel worksheet.
If the check is successful, then only should the worksheet be
saved, else i'd like to give a simple error message.

Could someone tell me if it is possible to trigger
an excel macro (developed by the user) when the
standard SAVE button on the toolbar is pressed ?
and within that i'd like to call the standard SAVE functionality
once my checks are successful.

Thanks in advance,
Darshan