AGB  ·  Datenschutz  ·  Impressum  







Anmelden
Nützliche Links
Registrieren

Delphi 7 und MS Excel

Ein Thema von ColdFire · begonnen am 23. Aug 2005 · letzter Beitrag vom 26. Apr 2010
 
ColdFire

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

Delphi 7 und MS Excel

  Alt 23. Aug 2005, 15:06
Ich habe ein problem und zwar bekomme ich einen fehler wenn ich mein excel sheet aufmachen will was ist da falsch bzw wie mach ich es richtiger ???


Delphi-Quellcode:
      if OpenDialog.Execute then
        begin
          fileName:= OpenDialog.Filename;
          ExcelApplication.Connect;

          if fileName > 'then
            begin
              ExcelApplication.Workbooks.Open(fileName,EmptyParam, EmptyParam,
                                                 EmptyParam, EmptyParam, EmptyParam,
                                                 EmptyParam, EmptyParam, EmptyParam,
                                                 EmptyParam, EmptyParam, EmptyParam,
                                                 EmptyParam, EmptyParam, EmptyParam,0);

ExcelWorkbook.ConnectTo(ExcelApplication.Workbooks.Open(fileName, emptyParam, emptyParam, emptyParam, emptyParam, emptyParam, emptyParam, emptyParam, emptyParam, emptyParam, emptyParam, emptyParam, emptyParam, emptyParam, emptyParam, 0));
            end
          else
            ExcelApplication.Workbooks.Add(fileName,0);

          ExcelWorksheet.Disconnect;
        end;

Edit*** FehlerCode: OLE-Fehler 8000A03EC ***Edit Ende

mfg im voraus !ColdFire

[edit=alcaeus]Kraftausdruck im Titel entfernt. Mfg, alcaeus[/edit]
thx
  Mit Zitat antworten Zitat
 

Themen-Optionen Thema durchsuchen
Thema durchsuchen:

Erweiterte Suche
Ansicht

Forumregeln

Es ist dir nicht erlaubt, neue Themen zu verfassen.
Es ist dir nicht erlaubt, auf Beiträge zu antworten.
Es ist dir nicht erlaubt, Anhänge hochzuladen.
Es ist dir nicht erlaubt, deine Beiträge zu bearbeiten.

BB-Code ist an.
Smileys sind an.
[IMG] Code ist an.
HTML-Code ist aus.
Trackbacks are an
Pingbacks are an
Refbacks are aus

Gehe zu:

Impressum · AGB · Datenschutz · Nach oben
Alle Zeitangaben in WEZ +1. Es ist jetzt 10:49 Uhr.
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO © 2011, Crawlability, Inc.
Delphi-PRAXiS (c) 2002 - 2023 by Daniel R. Wolf, 2024-2025 by Thomas Breitkreuz