I'm hoping someone out there can help. I have an Excel workbook (2002) which runs many queries & procedures against remote ADODB connections using VBA. Using the 'Workbook_BeforeClose' event I'm able to remove sensitive data & save prior to closure. On the user quitting the app, instead of just the workbook, I have the same result however this is proceeded by a runtime error '5' dialogue box. Is there a way for Excel to see the 'app quit' as an event, or remove said dialogue box? Any help appreciated.