Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Excel
Message
 
To
27/12/2000 13:19:49
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Re: Excel
Miscellaneous
Thread ID:
00457034
Message ID:
00457041
Views:
18
>What would be the procedure code to open an excel file in a VFP6.0 .prg?
>
>Say the file name I want to open is "c:\temp.xls"


Try

oExcel = createobject('excel.application')
oExcel.workbooks.Open("c:\temp.xls")
Previous
Reply
Map
View

Click here to load this message in the networking platform