I am trying to replace the evaluate method with "only VBA".
This first piece of code is a "normal" index match, in that there is only a single criteria and so is entered simply by pressing the Enter key.
a and b return the same value, as expected.
Dim IndexRng As Range
Set IndexRng...