E
ExcelMonkey
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
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