X
xcjp
Unregistered / Unconfirmed
GUEST, unregistred user!
var
xlApp:variant;
begin
xlApp:=CreateOleObject('Excel.Application');
.
.
.
xlApp.Quit;
xlApp:=unassinged;
end
i write these code above,bug Excel can't terminated,why?
my excel is Excel2000
xlApp:variant;
begin
xlApp:=CreateOleObject('Excel.Application');
.
.
.
xlApp.Quit;
xlApp:=unassinged;
end
i write these code above,bug Excel can't terminated,why?
my excel is Excel2000