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