

This article assumes that you are familiar with the programming language that is being demonstrated and with the tools that are used to create and to debug procedures. This includes, but is not limited to, the implied warranties of merchantability or fitness for a particular purpose.

Microsoft provides programming examples for illustration only, without warranty either expressed or implied. If ActiveDocument.ProtectionType = wdNoProtection ThenĪctiveDocument.Protect Type:=wdAllowOnlyFormFields, NoReset:=True

It is also available as an add-on in Microsoft Word. If Options.CheckGrammarWithSpelling = True Then The grammar checker tool is available as a browser extension on Chrome, Microsoft Edge, Safari, Firefox, and other Chromium-based browsers. If ActiveDocument.ProtectionType wdNoProtection Then ' If document is protected, Unprotect it.
SPELLING AND GRAMMAR CHECK WORD COUNT MICROSOFT WORK UPDATE
You can use this macro as an On Exit macro for the last form field so you can check the spelling or update a field before you save the form.
