Quote:
Originally Posted by jeffreybrown
I can't figure out or actually understand how the asterisk works in the .Text statement?
|
You'll note that the code employs:
.MatchWildcards = True
the asterisk, when used with that, tells Word to find any content beginning with 'References' and ending with 'Abbreviations and Acronyms'. Being a
wildcard Find, it's also case-sensitive, which means it won't give false matches with ranges that include either of those in any other case format.