ThrottleWorks
Excel Ninja
I want to define cell value for use in vlookup
For original formula is =vlookup(n2,N,2,0)
I want to replace range n2 with myval
I have declared myval as
Dim myval as string
Myval = activecell.value
Then I run the next part which is
=vlookup(myisn,n,2,0)
But this is giving me error.
Can someone help me in this please.
For original formula is =vlookup(n2,N,2,0)
I want to replace range n2 with myval
I have declared myval as
Dim myval as string
Myval = activecell.value
Then I run the next part which is
=vlookup(myisn,n,2,0)
But this is giving me error.
Can someone help me in this please.