Spell Checking / Clearing Forms in Word Fillable Forms

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

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

Guest

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top