M
Mark Baird
I am using the following code to protect a form. Is it possible that
protecting a form can set a checkbox to true?
ActiveDocument.Protect wdAllowOnlyFormFields, NoReset:=True,
Password:=FORM_PASSWORD
Mark Baird
protecting a form can set a checkbox to true?
ActiveDocument.Protect wdAllowOnlyFormFields, NoReset:=True,
Password:=FORM_PASSWORD
Mark Baird