B
Bernie Deitrick
Marina,
RR = Array("John", "mary")
A = "Fred"
If IsError(Application.Match(A, RR, False)) Then
MsgBox "No"
Exit Sub
Else
MsgBox "Yes"
'Other Code
End If
HTH,
Bernie
MS Excel MVP
RR = Array("John", "mary")
A = "Fred"
If IsError(Application.Match(A, RR, False)) Then
MsgBox "No"
Exit Sub
Else
MsgBox "Yes"
'Other Code
End If
HTH,
Bernie
MS Excel MVP