C
ChillyWilly
"ZipCodes" defined as name link to other workbook
In a worksheet : '=VLOOKUP("ABX",ZipCodes,2)' works fine!
in VBA : 'x = Application.WorksheetFunction.Vlookup("ABX","ZipCodes",2)' ->
error
If the range "ZipCodes" is in the same workbook : both work!
Who has the answer?
In a worksheet : '=VLOOKUP("ABX",ZipCodes,2)' works fine!
in VBA : 'x = Application.WorksheetFunction.Vlookup("ABX","ZipCodes",2)' ->
error
If the range "ZipCodes" is in the same workbook : both work!
Who has the answer?