M
mela
I would like to give our clients the ability to unprotect a form should they
want to modify the terms and conditions. I found this macro on a board and
it works:
ActiveDocument.Unprotect Password:="pwd"
However, I don't want our clients, or our sales teams, to be able to double
click and see the VB editor where the actual password is typed in. Is there
a way to prevent them from doing this? Thank you.
want to modify the terms and conditions. I found this macro on a board and
it works:
ActiveDocument.Unprotect Password:="pwd"
However, I don't want our clients, or our sales teams, to be able to double
click and see the VB editor where the actual password is typed in. Is there
a way to prevent them from doing this? Thank you.