Application.Match
I'm trying to use
var = Application.Match(value,arr,0) and
var2 = Application.Match(value,arr)
but I notice that when I go to type in the
formula in VBA, I'm not seeing .Match as a choice.
When I run the code I'm getting a type mismatch...
Thoughts?
|