Spell Checking / Clearing Forms in Word Fillable Forms

A

akkrug

The macro that I copied from the MVPS website is working very well! Can
someone tell me where to insert the following code to use with a password
protected form so I don't mess up the macro?
Doc.Unprotect Password="Password"
and
Doc.Protect Type:=wdAllowOnlyFormFields, NoReset=True,_Password="Password"

Also, I was wondering if I changed the code NoReset=False, would this clear
fields when the form was re-protected. I thought this might work as a clear
key so users could quickly re-set forms.

As always, Thanks for the help!

Ken K. - 2191
 
S

Suzanne S. Barnhill

Users should not be having to reset forms. A form should be saved as a
template with empty form fields. Create a new document based on the template
to get a new empty form.
 
A

akkrug

Sounds good to me. I'll try to talk our users out of the reset key. They
are used to having it because we put it on all of our pdf fillable forms.

Thanks.

Ken Krug
 
Top