Quote:
Originally Posted by WeyldFalcon
On a separate note, what is the regex macro called?
|
Macros are called whatever you want to name them. A RegeEx macro is simply one that uses the RegEx library. See, for example:
http://dotnetslackers.com/Community/...with-Word.aspx
Ironically, the code in that link is for finding upper-case words, developed because the writer thought it couldn't be done using wildcards, which it can, see:
https://www.msofficeforums.com/word/...tml#post106745