Delphi-Quellcode:
ExcelApplication.Connect;
ExcelApplication.Workbooks.Add(EmptyParam,0);
ExcelApplication.Visible[1]:= true; // false wenn Excel unsichtbar sein soll
ExcelApplication.UserControl:= true; // false wenn Excel unsichtbar sein soll
ExcelApplication.DisplayAlerts[1]:= true; // bei Änderung Meldung anzeigen Speichern Ja Nein
ExcelApplication.AskToUpdateLinks[1]:= true;
// WordApplication.ChangeFileOpenDirectory(hauptVerz + '\Excel\' + DATEI);
ExcelApplication.Disconnect;
so sieht dass bei mir aus !
NUR die selbe struktur wie bei einem WordApplication geht nicht bei excel!
Help me Please !