How can I use a function from another workbook. It is a public function, I tried to call it by it's name, but it wasn't recognized. Is there other solution except from copy it?
Thanks
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.