USing Match on 2D array
Got it.
Application.Match(x, Application.Index(OrigViewNames, 0, 1), 1)
"ExcelMonkey" wrote:
Can someone please remind me how to use match on a 2d array ("OrigViewNames")
if i am looking to return the position of a value (x) in the second column of
the array.
This does not work:
Application.Match(x, OrigViewNames, 0)
What do I have to put after the OrigViewNames to indicate column 2.
Thanks
EM
|