Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to start Excel with a speific file in VFP?
Message
From
31/03/2000 12:43:41
 
General information
Forum:
Visual FoxPro
Category:
COM/DCOM and OLE Automation
Miscellaneous
Thread ID:
00353059
Message ID:
00353447
Views:
15
John,

Thanks for the simple example.

As you would know, variations that expand the GetFile syntax are possible including:

oExcel = Createobject("excel.application")
oworkbook = oExcel.workbooks.add(Getfile("Tables:DBF;Files:TXT,XLS")) && point to an xls file....
oExcel.visible = .t.

Thanks again.

Greg
Previous
Reply
Map
View

Click here to load this message in the networking platform