I have a cutsom Class which handles my excel functions
I have an import class which handles my imports
When I want to Quit the excel process during Automation I call this.objExcel.Application.quit
However the process is still running (task list)
I thought the problem might be in the release of the object
in my Excel Class Destroy I have
this.objExcel = null
RELEASE objExcel
This does not end the process!
Any ideas?
Need more info!
Many thanks
I have an import class which handles my imports
When I want to Quit the excel process during Automation I call this.objExcel.Application.quit
However the process is still running (task list)
I thought the problem might be in the release of the object
in my Excel Class Destroy I have
this.objExcel = null
RELEASE objExcel
This does not end the process!
Any ideas?
Need more info!
Many thanks