R
Roxy
I am trying to use the code from
http://word.mvps.org/faqs/macrosvba/SpellcheckProtectDoc.htm
and I got an error that the password was incorrect so I tried to follow the
directions from the website but I am still unsure where to insert
oDoc.Unprotect Password:="colleen"
And:
oDoc.Protect Type:=wdAllowOnlyFormFields, NoReset:=True, _
Password:="colleen"
in to the code in the right places to get it to work. Help anybody? Thanks!
~Roxy
http://word.mvps.org/faqs/macrosvba/SpellcheckProtectDoc.htm
and I got an error that the password was incorrect so I tried to follow the
directions from the website but I am still unsure where to insert
oDoc.Unprotect Password:="colleen"
And:
oDoc.Protect Type:=wdAllowOnlyFormFields, NoReset:=True, _
Password:="colleen"
in to the code in the right places to get it to work. Help anybody? Thanks!
~Roxy