I wrote this to force exit without saving anything. Works fine if it is in the active workbook but when I move it to my Personal.xls it does not work. On the intended workbook.
Any ideas?
Sub Quit()
Application.DisplayAlerts = False
ThisWorkbook.Saved = True
Application.Quit
End Sub
Any ideas?
Sub Quit()
Application.DisplayAlerts = False
ThisWorkbook.Saved = True
Application.Quit
End Sub