Hello SandPounder1,

InStr will search for the first occurrence of substring within the string to be search. It does not differentiate between a single words and phrases. To parse string data in this fashion you should use Regular Expressions.