101 Tip & Trik
Thursday, October 13, 2011
Find String in Cell
If
InStr("Look in this string", "look")
= 0 Then
MsgBox "woops, no match"
Else
MsgBox "at least one match"
End If
End Sub
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment