Thread: Excel in memory
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
anu anu is offline
external usenet poster
 
Posts: 18
Default Excel in memory

using ASP.net , i am reading excel file and writing in one text file.
i am using
objExcel.Application.Quit()
objExcel = Nothing
but still excel.exe is in the memory.

pls let me know how to release excel from memory.

Thanx in advance

Anu