Hi,
I'm using an index/match formula as below...
(wf = WorksheetFucntion)
Cells(2, 3).Resize(FinalRow - 1, 1) = _
wf.Index(Range("Routing"), wf.Match(Range("B2"), Range("Flight"), 0))
How do I turn Range("B2") into RC[-1] with in a WorksheetFunction? I can't get the syntax right. I know I can do this formula another way but would like to figure this out for future reference.
Thanks!
I'm using an index/match formula as below...
(wf = WorksheetFucntion)
Cells(2, 3).Resize(FinalRow - 1, 1) = _
wf.Index(Range("Routing"), wf.Match(Range("B2"), Range("Flight"), 0))
How do I turn Range("B2") into RC[-1] with in a WorksheetFunction? I can't get the syntax right. I know I can do this formula another way but would like to figure this out for future reference.
Thanks!