Detecting a save in Excel

Add-in Express™ Support Service
That's what is more important than anything else

Detecting a save in Excel
Detect when a user saves a file in Excel 
Dave O'Brien




Posts: 44
Joined: 2019-09-02
How would I go about detecting when a user saves a spreadsheet in an Excel Add-in?
Posted 02 Feb, 2023 17:15:11 Top
Andrei Smolin


Add-in Express team


Posts: 18823
Joined: 2006-05-11
Hello Dave,

I assume you talk about saving the workbook the user edits. If so, drop a TadxExcelAppEvents onto the add-in module and check its WorkbookBeforeSave event. There's also the WorkbookAfterSave event.

Regards from Poland (GMT+1),

Andrei Smolin
Add-in Express Team Leader
Posted 03 Feb, 2023 05:11:44 Top
Dave O'Brien




Posts: 44
Joined: 2019-09-02
Thanks. Perfect.
Posted 09 Feb, 2023 14:22:51 Top