worksheet fuction that isn't working ? help
Posted by DENIS on October 29, 2001 8:33 AM
Can you please tell me what is wrong with this vba line
ORETURN = WorksheetFunction.VLookup(NACE_CODE, OADDRESS, 1, 0)
nace_code is a text value which is fine
oaddress is a range which is fine i.e "a1:b50"
The error i'm getting is "unable to get vlookup property of worksheetfunction class"