hallo
ich bin hier schon am verzweifen.
Ich erstelle mir eine neue Excel Instanz mit diesem code
Delphi-Quellcode:
try
Excel := CreateOleObject('Excel.Application'); //Instanz wird erstellt
Excel.Visible := True; //Ohne Worte
except
ShowMessage(ERROR_MSG);
end;
aber sobald ich aus der procedure raus gehe schließt sich excel.
Hat jemand eine vermutung woran das liegen könnte?