Vlookup from closed excel file
Jacob,
Thanks for your help, it's still the same error message after replaced
and it is quite difficult to get the correct syntax on
..Sheets(3).Range("B3").Formula = "=VLOOKUP(" & strLookupValue & "," &
_
"'" & strPath & "[" & strFilename & "]" & strLookupSheet & "'!" &
_
strLookupRange & ", 2,False)"
After several attempts, it fails again
Please help
Thanks
Regards
Len
|