BillDickenson
IS-IT--Management
I am opening an Excel sheet, writing some data, then closing the sheet. However, when I close the sheet, I am getting a "do you want to save...." prompt.
Any way to avoid that ? I just want it to save quietly and go away. This is the current version
xlApp.Save
xlWS.Close
Set xlWB = Nothing
xlApp.Quit
Set xlApp = Nothing
Any way to avoid that ? I just want it to save quietly and go away. This is the current version
xlApp.Save
xlWS.Close
Set xlWB = Nothing
xlApp.Quit
Set xlApp = Nothing