Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Import From with Excel 2007
Message
 
 
To
11/09/2009 10:00:14
General information
Forum:
Visual FoxPro
Category:
Troubleshooting
Environment versions
Visual FoxPro:
VFP 9 SP2
OS:
Windows XP SP2
Network:
Windows 2003 Server
Miscellaneous
Thread ID:
01423636
Message ID:
01423669
Views:
51
The 97/2003 format from Excel 2007 is not compatible with VFP XL8. See http://support.microsoft.com/kb/954318 for details.

>
>Outstanding! This solved the problem. Here's the code I use now:
>
>IF VAL(loExcelApp.VERSION) > 11
> loExcelWb.SAVEAS( loTempExcelFile, xlExcel5 )
>ELSE
> loExcelWb.SAVEAS( loTempExcelFile )
>ENDIF
>
>I had tried to use 56 as the 2nd parameter, but that didn't work. I never saw anything that listed 39
>
>Thank you very much
>Mike
--sb--
Previous
Reply
Map
View

Click here to load this message in the networking platform