Intercepts Excel's "Do you want to save your workbook" message, and raises various events allowing more control over the workbook.
Events raised:
BeforeShow(obj As xlSaveHandler)
- Before the UI showsAfterShow(obj As xlSaveHandler)
- After the UI showsWorkbookCancelSave()
- After the UI shows, if the user clicked cancelWorkbookBeforeSave()
- After the UI shows, before save is calledWorkbookAfterSave()
- After the UI shows, after save is calledWorkbookClose()
- Immediately before the workbook is closed.