After my load is done, Excel is still running when I check the task manager and is eventually hanging my PC. Just the workbook is being closed but I want to quit Excel. I have the following code:
xlApp.Application.Workbooks.Close
xlApp.Quit
I did a keyword search in the Access forums and thought I found that I could add a parm -1 after the close but then I get an error "subscript out of range". Any ideas?
Thank you.
xlApp.Application.Workbooks.Close
xlApp.Quit
I did a keyword search in the Access forums and thought I found that I could add a parm -1 after the close but then I get an error "subscript out of range". Any ideas?
Thank you.