Prevost
Board Regular
- Joined
- Jan 23, 2014
- Messages
- 198
Hi There,
I am wondering if there is a function in excel that would return true or false when searching for a string segment. I am currently using the below code to evaluate my search, which seems to be working, but I was just wondering if anyone knew of anything else out there?
Thanks!
I am wondering if there is a function in excel that would return true or false when searching for a string segment. I am currently using the below code to evaluate my search, which seems to be working, but I was just wondering if anyone knew of anything else out there?
Thanks!
Code:
If InStr(1, ActiveCell.Value, "My String") <> 0 Then