View Single Post
 
Old 07-02-2019, 05:54 PM
dpaton05 dpaton05 is offline Windows 10 Office 2016
Novice
 
Join Date: Jul 2019
Posts: 19
dpaton05 is on a distinguished road
Default

Quote:
Originally Posted by dpaton05 View Post
Code:
ActiveDocument.Unprotect
ActiveDocument.CheckSpelling
 ActiveDocument.Unprotect

I fixed up my typo so now it reads

Code:
ActiveDocument.Unprotect
ActiveDocument.CheckSpelling
ActiveDocument.Protect wdAllowOnlyFormFields
Now when I try and run it, a window is displayed saying "we're finished checking your selection. Want to check the rest of the document" and I press yes and then nothing happens, even though I have deliberately entered spelling errors. These errors have been in both the content controls and as regular text.
Reply With Quote