ProtectForm()<br><br> ' ******************************************<br> ' ProtectForm Macro.<br> ' Toggles protection for the active document<br> ' when the Protect Form button on the forms<br> ' toolbar is clicked.<br> ' ******************************************<br> If ActiveDocument.ProtectionType = wdNoProtection Then<br> ActiveDocument.Protect Type:=wdAllowOnlyFormFields, NoReset:=True<br> Else<br> ActiveDocument.Unprotect Password:=""<br> End If<br><br> End Sub <p> <br><a href=mailto: dreamboat@nni.com> dreamboat@nni.com</a><br><a href=
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.