Hi,
I'm trying to activate a worksheet function in vba
I used the following code:
x=application.worksheetfunction.vlookup(cells(i,7).value,range(Products"),3,true).
(I have a range with the name products)
I'm getting the error massege:
1004
Unable to get the vlookup property of the worksheetfunction class.
Any suggestions?
Thanks!
I'm trying to activate a worksheet function in vba
I used the following code:
x=application.worksheetfunction.vlookup(cells(i,7).value,range(Products"),3,true).
(I have a range with the name products)
I'm getting the error massege:
1004
Unable to get the vlookup property of the worksheetfunction class.
Any suggestions?
Thanks!