S
Sandy
I have the following code which works fine except that the save dialog box
pops up.
Having already saved the workbook I do not want the save box to display -
how do I prevent it?
Private Sub xxxxx()
'stuff
ThisWorkbook.Save
Application.Quit
End Sub
TIA
Sandy
pops up.
Having already saved the workbook I do not want the save box to display -
how do I prevent it?
Private Sub xxxxx()
'stuff
ThisWorkbook.Save
Application.Quit
End Sub
TIA
Sandy