View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Lee Drage[_2_] Lee Drage[_2_] is offline
external usenet poster
 
Posts: 1
Default Is this an Excel workbook event triggered AFTER saving

I need to get the new name of a workbook immediately after the workbook is saved. Is there an event that is triggered AFTER a save is performed i.e. I need an event like Workbook_AfterSave. I guess I can set a flag in the Workbook_BeforeSave event and then whenever the workbook/worksheet/ etc is clicked check this flag is if set record the workbook name. Any better ideas?


Thanks

Lee