I am trying to get a macro to if necessary shut down the excel app where the macro itself is running from
Currently at the end of the macro, I have the coding:
Application.DisplayAlerts = False
ActiveWorkbook.Close
10 End Sub
The problem is that when this coding is reached, it does...