I have the following code in a module which is executed via a button in a worksheet which is supposed to return Excel to it's normal stateSub ExitTool()
ActiveWorkbook.Close savechanges:=False
End Sub
Which executes the following in 'ThisWorkbook'Private Sub Workbook_Deactivate()...