Hi,
I am using the following code to release all the excel objects from task manager.
But the excel objects are not getting released from task manager.Code:xlWorkBook.Close() xlApp.Quit() releaseObject(xlApp) releaseObject(xlWorkBook) releaseObject(xlWorkSheet)
Server: Windows 2008 Server R2
Office: Microsoft windows 2007


Reply With Quote
