Add Visual Foxpro 9 DBF import / Export to Excel 2007

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Add Visual Foxpro 9 DBF format import / Export to Excel 2007

----------------
This post is a suggestion for Microsoft, and Microsoft responds to the
suggestions with the most votes. To vote for this suggestion, click the "I
Agree" button in the message pane. If you do not see the button, follow this
link to open the suggestion in the Microsoft Web-based Newsreader and then
click "I Agree" in the message pane.

http://www.microsoft.com/office/com...dg=microsoft.public.excel.worksheet.functions
 
Hi Mua,

Excel has never natively accessed any Visual FoxPro tables.

As in other versions, they are accessible via ODBC (VFP6 format and below)
using MS Query.

They are also accessible using the OLE DB by creating a connection or using
a pre-existing connection. To create a connection use Data > Existing
Connections > Browse for more button > New Source button > Data Connection
Wizard > Other/Advanced, Next, and use the Data Link Properties dialog.
 
Back
Top