I have used the following without success. The active workbook closes, indeed, but the excel window remains open.
Application.ActiveWindow.Close SaveChanges:
Sub TestSave() Application.Quit ThisWorkBook.Close SaveChanges = False End Sub
This seems to work for me, Even though looks like am quitting app before saving, but it saves...