How to igniore case when searching for a string!
How to igniore case when searching for a string!
Rate How to igniore case when searching for a string!
(1(1 Vote))
If InStr(1, LCase(Search_in), LCase(Search_for)) <> 0 Then call msgbox("String found!")
How to igniore case when searching for a string! Comments
No comments yet — be the first to post one!
Post a Comment