
If you are trying to get data from VFP into Excel, I was able to retrieve VFP data by doing this in Excel 2013:
- Open a blank workbook.
- Click Data > Get External Data > From Other Sources > From Microsoft Query
- Database tab > <New Data Source > OK
- Create New Data Source: 1. data source name, e..g. VFP, 2. Microsoft FoxPro VFP Driver (*.dbf), 3. Connect Free Table directory
- Browse for a VFP table, e.g. foxcode.dbf
- Go through the wizard to select fields, etc. and Return Data to Microsoft Excel. Finish
- Select option to put data in the Excel sheet.
Screenshots:
This was done using Excel 2013, VFP 9 table and a MS VFP driver. Regards, Ed