When using regular expressions in VBA, (Microsoft VBScript Regular Expressions 5.5) I often find myself looking for one of several words as part of a larger pattern. My usual way of doing this is to use parentheses around each word, separated by the vertical bar When using regular expressions in VBA, (Microso