T
Tom
Hi
I have a problem with the match function. This function requires three
parameters, but the following command fails:
Set wf = Application.WorksheetFunction
varMatch = wf.Match(strValue, ws.Range("B1:B1000"), 0)
but when I remove the third parameter, the function works?!? Is this a bug?
Tom
I have a problem with the match function. This function requires three
parameters, but the following command fails:
Set wf = Application.WorksheetFunction
varMatch = wf.Match(strValue, ws.Range("B1:B1000"), 0)
but when I remove the third parameter, the function works?!? Is this a bug?
Tom