S
Steve Flaum
I can handle the Excel WorkbookAfterSave event in VB 2010 as explained at
http://msdn.microsoft.com/en-us/lib...vents_event.workbookaftersave(office.14).aspx. I
can also handle built-in events of the Excel application in VBA as described
at http://msdn.microsoft.com/en-us/library/aa140934(v=office.10).aspx.
However, I cannot figure out how to handle the WorkbookAfterSave event in
VBA. If I use a statement such as:
Private WithEvents ExcelApp as Application
a number of application events are available, but WorkbookAfterSave isn't
one of them.
I suppose I could create a VB 2010 component which catches and rethrows the
event, but there must be a better way. Can anyone tell me what it is?
Thanks.
http://msdn.microsoft.com/en-us/lib...vents_event.workbookaftersave(office.14).aspx. I
can also handle built-in events of the Excel application in VBA as described
at http://msdn.microsoft.com/en-us/library/aa140934(v=office.10).aspx.
However, I cannot figure out how to handle the WorkbookAfterSave event in
VBA. If I use a statement such as:
Private WithEvents ExcelApp as Application
a number of application events are available, but WorkbookAfterSave isn't
one of them.
I suppose I could create a VB 2010 component which catches and rethrows the
event, but there must be a better way. Can anyone tell me what it is?
Thanks.