Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Excel Ole Automation
Message
De
01/06/1998 17:45:26
Ken Zockoll
FactSet Research Systems, Inc.
New York City, New York, États-Unis
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Excel Ole Automation
Divers
Thread ID:
00103800
Message ID:
00103800
Vues:
93
I can not get excel to save a excel worksheet as a DBF file via VFP.
Any help would be appreciated.

Excel Worksheet SaveAs method syntax:
expression.SaveAs(Filename, FileFormat, Password, WriteResPassword, ReadOnlyRecommended, CreateBackup, AddToMru, TextCodePage, TextVisualLayout)

Note: the TextCodePage and TextVisualLayout parameters do not apply the the U.S. version of Excel

my Code:
ox.Sheets('Changes').SaveAs('c:\temp\test.dbf','xlDBF4' ,' ', ' ', .f. , .f. , .t. )


VBA Macro to save as DBF file as it appears in Excel:

ActiveWorkbook.SaveAs FileName:="C:\temp\test.dbf", FileFormat:=xlDBF4, CreateBackup:=False
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform