Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Xslx
Message
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Re: Xslx
Environment versions
Visual FoxPro:
VFP 9 SP2
OS:
Windows Server 2012
Network:
Windows 2008 Server
Database:
MS SQL Server
Application:
Web
Miscellaneous
Thread ID:
01611889
Message ID:
01611991
Views:
71
>This is my VFP code - comes up with unrecognised command verb on first line - what am I doing wrong?
>
>
>oXL = CreateObject("Excel.Application")
>oXL.Workbooks.Open("c:\aatemp\global.XLSX")
>oXL.ActiveWorkbook.Save("c:\aatemp\globalnew.xls", 56)
>oXL.Quit()
>
Do you have Excel installed? What is the version?

I just tested this code
oXL = CreateObject("Excel.Application")
oXL.Workbooks.Open(GETFILE('xlsx'))
*oXL.ActiveWorkbook.Save("c:\aatemp\globalnew.xls", 56)
oXL.Quit()
worked fine for me, no errors.
If it's not broken, fix it until it is.


My Blog
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform