P
piotr-unia
Hallo all,
The following problem has appeared in my word application.
I have created macro protecting document:
Sub pass()
ActiveDocument.Protect Password:="12345", NoReset:=False, Type:= _
wdAllowOnlyFormFields
End Sub
Unfortunately after protecting I cannot run macro to unprotect the
document. Is anybody experienced in this matter?
Thx in advance
Piotr
The following problem has appeared in my word application.
I have created macro protecting document:
Sub pass()
ActiveDocument.Protect Password:="12345", NoReset:=False, Type:= _
wdAllowOnlyFormFields
End Sub
Unfortunately after protecting I cannot run macro to unprotect the
document. Is anybody experienced in this matter?
Thx in advance
Piotr