Hi,
Am trying to find row number by matching multiple criteria without the use of array function and using the below code.
This works perfectly in excel (without the worksheetfunction command) but does not work in VBA. Can someone please help with the code
Range("L5").Value = WorksheetFunction.IfError(WorksheetFunction.Match(1, Application.WorksheetFunction.Index((Range("A1:A10") = "c") * (Range("B1:B10") = "a"), 0, 1), 0), "")