beartooth91
New Member
- Joined
- Dec 15, 2024
- Messages
- 38
- Office Version
- 365
- 2019
- 2016
- Platform
- Windows
Hello All -
Looking for some help - with the syntax - for testing each cell - in a column - for more than one word (string) entry in each cell. Not looking for specific words, just more than one word in the cell. (A valid entry is just one word/string.) Invalid entries - more than one word/string - are usually separated by a comma and space or just a space between the two. Assuming I'd use an If-Then-Else loop, possibly with Select Case. The main problem is I don't know the search string syntax to look for two strings separated by a space or two strings separated by a comma and space.....?
Thanks
Looking for some help - with the syntax - for testing each cell - in a column - for more than one word (string) entry in each cell. Not looking for specific words, just more than one word in the cell. (A valid entry is just one word/string.) Invalid entries - more than one word/string - are usually separated by a comma and space or just a space between the two. Assuming I'd use an If-Then-Else loop, possibly with Select Case. The main problem is I don't know the search string syntax to look for two strings separated by a space or two strings separated by a comma and space.....?
Thanks