Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Excel Automation
Message
From
12/09/2010 15:14:01
 
General information
Forum:
Visual FoxPro
Category:
Other
Environment versions
Visual FoxPro:
VFP 9 SP1
Miscellaneous
Thread ID:
01480884
Message ID:
01480887
Views:
107
This message has been marked as the solution to the initial question of the thread.
>Hi,
>
>I am trying a simple Excel automation test as following:
>
>
>LOCAL oExcel AS Excel.Application
>oExcel = CREATEOBJECT([Excel.Application])
>loWorkbook = oExcel.workbooks.open('MyFile.xls')
>
>
>I get error OLE Dispatch exception that MyFile.xls could not be found. The is there, I verified. What am I doing wrong?

You must include the whole path to myfile.xls..
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform