A
awright
This is my first time using a WorksheetFunction, so I'm not sure what this
error message means.
The problem code is:
MyCell.Offset(i - 1, 0).Value = Application.WorksheetFunction.index _
(IRange, 1, Application.WorksheetFunction.Match(Lvalue, Vrange, _
False))
....and it comes up with the error message: "Unable to get the Match property
of the WorksheetFunction class"
Thanks for your help!
Alex
P.S. This is a continuation of a previous question - for Gary:
Thank you! You were completely right.
error message means.
The problem code is:
MyCell.Offset(i - 1, 0).Value = Application.WorksheetFunction.index _
(IRange, 1, Application.WorksheetFunction.Match(Lvalue, Vrange, _
False))
....and it comes up with the error message: "Unable to get the Match property
of the WorksheetFunction class"
Thanks for your help!
Alex
P.S. This is a continuation of a previous question - for Gary:
Thank you! You were completely right.