08-24-2012, 12:32 PM
try this
Regards,
Ankesh
Code:
if Instr("MyCard VISA, *************1111, exp 07/2020","VISA")>0 Then
'do something
Else
'VISA not found in the string
End IF
Regards,
Ankesh