Hi,
I am calling Excel through a DLL but when i try to kill to Excel process it doesn't work.
I am using "excel8.h" and so '_Application'.CreateDispatch to create the Excel process and then '_Application'.ReleaseDispatch and '_Application'.Quit to exit the process.
I noticed that when I exit the main application(EXE) the process is killed. So I tried several methods like calling the method(dll) to exit the XLS app. by a method of the main application(exe), ...
Need help
Thanks for advises
claire tamet
I am calling Excel through a DLL but when i try to kill to Excel process it doesn't work.
I am using "excel8.h" and so '_Application'.CreateDispatch to create the Excel process and then '_Application'.ReleaseDispatch and '_Application'.Quit to exit the process.
I noticed that when I exit the main application(EXE) the process is killed. So I tried several methods like calling the method(dll) to exit the XLS app. by a method of the main application(exe), ...
Need help
Thanks for advises
claire tamet