Einzelnen Beitrag anzeigen

Benutzerbild von stoxx
stoxx

Registriert seit: 13. Aug 2003
1.111 Beiträge
 
#6

Re: Excel - SaveAs - Fehlermeldung - "Variante des Typ

  Alt 30. Jan 2009, 03:39
Es lag am AccessMode ... jetzt geht es ...


Delphi-Quellcode:
       FWorkBook.SaveAs('c:\Test.html',
                                xlhtml,

                                EmptyParam, // Passwort
                                EmptyParam, // WriteResPassword
                                false, // ReadOnlyRecommended
                                false, // Create Backup
                                xlNoChange, // AccessMode
                                EmptyParam, // ConflictResolution
                                false, // AddToMru
                                EmptyParam, // TextCodePage
                                EmptyParam, // TextVisualLayout
                                false, // Local
                                FLCID);



http://msdn.microsoft.com/en-us/library/microsoft.office.tools.excel.workbook.saveas(VS.80 ).aspx
Phantasie ist etwas, was sich manche Leute gar nicht vorstellen können.
  Mit Zitat antworten Zitat