The process shown on that page, does not check the grammar of protected fields, only the spelling.
It may have been an oversight, and I have not tested it, for adverse issues elsewhere, but you could add the line to check grammar to the CheckProtectedSection macro which will force a spell and grammar check of the fields
FmFld.Range.CheckSpelling 'existing line
FmFld.Range.CheckGrammar 'add this line
__________________
Graham Mayor - MS MVP (Word) (2002-2019)
Visit my web site for more programming tips and ready made processes www.gmayor.com
|