Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Launch excel with an argument
Message
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00934479
Message ID:
00934483
Views:
29
This message has been marked as a message which has helped to the initial question of the thread.
try this:
oExcel = CREATEOBJECT('Excel.Application')
oWorkBook = oExcel.Workbooks.Open( cExcelFileName )
>I'm stuck with how to go about launching Excel from within VFP with an argument of a path and filename.
>I've got the path to the file. I've tried utilizing the run command with no success.
>
>Thanks in advance!
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform