Spell Checking / Clearing Forms in Word Fillable Forms

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

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
 
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.

--
Suzanne S. Barnhill
Microsoft MVP (Word)
Words into Type
Fairhope, Alabama USA

Email cannot be acknowledged; please post all follow-ups to the newsgroup so
all may benefit.
 
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
 
Back
Top