housemania
Programmer
Hi,
I'm using the forms package ole2 to quit ms-excel with a command like this:
OLE2.SET_PROPERTY(i_application, 'DisplayAlerts', 0);
ole2.invoke (i_application, 'Quit');
On my desktop excel disappears, however in the taskmanager there is still a process excel.exe, so in fact excel is still running, but on the background.
How can I make excel really quit?
('quit' works fine for ms-word)
Cheers, Arjen Huisman
I'm using the forms package ole2 to quit ms-excel with a command like this:
OLE2.SET_PROPERTY(i_application, 'DisplayAlerts', 0);
ole2.invoke (i_application, 'Quit');
On my desktop excel disappears, however in the taskmanager there is still a process excel.exe, so in fact excel is still running, but on the background.
How can I make excel really quit?
('quit' works fine for ms-word)
Cheers, Arjen Huisman