Walshie1987
Technical User
- Oct 5, 2006
- 100
If wanting to put a function into vba
Basically its a vlookup, how would I write it?
I thought maybe something like:
vlookup(cells(vrow,"A").value,data,3,false)
but this isn't working
data is the name of the lookup area
any ideas
Cheers
Basically its a vlookup, how would I write it?
I thought maybe something like:
vlookup(cells(vrow,"A").value,data,3,false)
but this isn't working
data is the name of the lookup area
any ideas
Cheers