I am exporting data to an Excel sheet. The problem is when I try to quit the Excel application it disappears OK, but the task manager still indicates an instance of it running. This causes excel to crash when I go to either open it directly or run my program again. I have tried numerous different methods including:-
(A)
xlObj.quit
set xlObj = Nothing
(B)
Setting up a seperate blank excel file with the simple functionality of forcing Excel to close through the use of a macro, using application.quit
This is really annoying!!!! please help!
(A)
xlObj.quit
set xlObj = Nothing
(B)
Setting up a seperate blank excel file with the simple functionality of forcing Excel to close through the use of a macro, using application.quit
This is really annoying!!!! please help!