Thema: Delphi Excel Word SpeicherPfad

Einzelnen Beitrag anzeigen

ColdFire

Registriert seit: 20. Mai 2003
63 Beiträge
 
Delphi 7 Professional
 
#6

Re: Excel Word SpeicherPfad

  Alt 17. Nov 2005, 14:28
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 !
thx
  Mit Zitat antworten Zitat