P
Philip Brown
Hello,
How do I determine if one or more of a set of characters occurs in a given
string?
For example, I need to determine if d, D, or r occurs in the current .range
object.
I was hoping for something like:
InStr(1, .range, "[aDr]") but that doesn't work.
Any help would be appreciated!
How do I determine if one or more of a set of characters occurs in a given
string?
For example, I need to determine if d, D, or r occurs in the current .range
object.
I was hoping for something like:
InStr(1, .range, "[aDr]") but that doesn't work.
Any help would be appreciated!