I know that.
But the user who opens the file and try to save the excel file always gets the question if he wants to save that under the latest (in this case office 2003) version.
Can i avoid this ???
Also be aware that VFP cannot natively IMPORT FROM or APPEND FROM Excel 2007. To read in that spreadsheet format you will need to create objects ABODB.Connection and ADODB.RecordSet to loop through the file. The ConnectionString property will have to be set to "Provider=Microsoft.ACE.OLEDB.12.0;Data Source="+XLSXfile+";Extended Properties='Excel 12.0;HDR=No;IMEX=1'
If you have office 2003, you could simply use the first output xls file, programmatically load it with excel and resave it converted to the 2003 format before mailing it.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.