Registriert seit: 2. Mär 2004
5.508 Beiträge
Delphi 5 Professional
|
Re: Fehler bei Import aus Excel97-Datei
24. Okt 2008, 14:30
Versuch' mal schreibgeschütztes öffnen:
Delphi-Quellcode:
ExAP1.Workbooks.Open(filename, EmptyParam, {ReadOnly:=}True, EmptyParam,
EmptyParam, EmptyParam, EmptyParam, EmptyParam, EmptyParam, EmptyParam,
EmptyParam, EmptyParam, EmptyParam, EmptyParam, EmptyParam, 0);
Andreas
|
|
Zitat
|