Hi
In exported table, the field is text, i.e values there are interpreted as
strings like "12345". In other sheet, you entered numbers, like 12345. For
Excel, those are different values and don't equal.
Possible solutions:
a) modify the query from dbf-table, so that numeric string in this column is
converted to number;
b) modify another sheet, so that instead numbers numeric strings are in
according column;
c) or change the VLOOKUP formula like
=VLOOKUP("" & SearchValue, RangeToSearch, ColumnNum,0)
PS. For a) or b), I advice to format the leftmost column as Text, and then
requery. Otherwise whenever you happen to activate edit mode in any cell in
this column (double-clicking on it or pressing F2), the value there is
converted to number, and you get #N/A again.

Signature
Arvi Laanemets
( My real mail address: arvi.laanemets<at>tarkon.ee )
> Please help this beginner! I export a Foxpro database to an Excel
> spreadsheet. In a separate (job quote) spreadsheet I try to match a quote
[quoted text clipped - 11 lines]
> Why
> do I have to re-type the info?
Format all to General.
Copy an empty cell.
Select the range of bogus numbers abd Edit>Paste Special>Add>OK>Esc.
Gord Dibben MS Excel MVP
>Please help this beginner! I export a Foxpro database to an Excel
>spreadsheet. In a separate (job quote) spreadsheet I try to match a quote
[quoted text clipped - 6 lines]
>daily and I'd like to be able to find an automated way to use that data. Why
>do I have to re-type the info?