I want to determine if a string contains a word but doesn't contain two other words. For example (in the message box): put "Internet Work" contains "Work" is true How do I ask if the string contains "Internet" but not "Work" or "Home"? Bill Vlahos