Thread
:
Excel instance won't unload from memory
View Single Post
#
1
Posted to microsoft.public.excel.programming
Editor
external usenet poster
Posts: 4
Excel instance won't unload from memory
end your try / catch block with finally...
finally {
oExcel.Quit();
}
Reply With Quote
Editor
View Public Profile
Find all posts by Editor