Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Excel Ole Automation
Message
From
01/06/1998 17:45:26
Ken Zockoll
FactSet Research Systems, Inc.
New York City, New York, United States
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Excel Ole Automation
Miscellaneous
Thread ID:
00103800
Message ID:
00103800
Views:
95
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
Next
Reply
Map
View

Click here to load this message in the networking platform