Quote:
Originally Posted by dpaton05
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.