View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
David Canal David Canal is offline
external usenet poster
 
Posts: 1
Default VBA - AfterSave event

Is there an AfterSave event? I want to include a set of VBA code to be
executed automatically every time after the workbook is saved. I have some
experience programming in VBA for Excel, I found a BeforeSave event, but not
an AfterSave, how could I create it? Thanks, Alfredo