Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Excel OLE object properties
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00747246
Message ID:
00747253
Views:
14
ObjExcel= CREATEOBJECT("Excel.Application")
ObjExcel.DisplayAlerts = .f.
ObjExcel.Workbooks.Open(fullpath("TMP.XLS"))
.....

>Using VFP 6.0, I have created an XLS file that I wish to display automatically in an Excel workbook. I am able to launch Excel (via ole object) however, I cannot seem to get the file itself (TMP.XLS) to load as the active document. I did not see a property that ref. to this.
>
>Any ideas?
>
>thanks
Previous
Reply
Map
View

Click here to load this message in the networking platform