View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Editor Editor is offline
external usenet poster
 
Posts: 4
Default Excel instance won't unload from memory

end your try / catch block with finally...

finally {
oExcel.Quit();
}