Problem is releasing excel application from memory [message #84949] |
Thu, 13 May 2004 20:36 |
rajesh
Messages: 173 Registered: November 1998
|
Senior Member |
|
|
Hi Experts,
This code is working fine but it is not releasing the excel from the memory. if i try the same set of code with Wort.Applicationa or Access.Application it works fine. But only with excel it is not working.
Is there is any way to kill the excel application?
application := CLIENT_OLE2.create_obj('Excel.Application');
CLIENT_OLE2.invoke(application,'Quit');
CLIENT_OLE2.release_obj(application);
Thanks & Regards
Rajesh
|
|
|