J
JB
I've got a Word form that opens with a user form. When this is closed it
protects the document using
ActiveDocument.Protect Password:="1234", NoReset:=False, Type:= _
wdAllowOnlyReading, UseIRM:=False, EnforceStyleLock:=False
And then opens a 'save as' dialog box to allow the user to choose the
location and filename. The document is then protected so that no more
changes can be made.
However, if i change the macro so that it saves automatically using '
ActiveDocument.SaveAs' to a llocation and with a name of my choice then it
doesn't keep the protection. Any ideas how i can get this to work?
Jon
protects the document using
ActiveDocument.Protect Password:="1234", NoReset:=False, Type:= _
wdAllowOnlyReading, UseIRM:=False, EnforceStyleLock:=False
And then opens a 'save as' dialog box to allow the user to choose the
location and filename. The document is then protected so that no more
changes can be made.
However, if i change the macro so that it saves automatically using '
ActiveDocument.SaveAs' to a llocation and with a name of my choice then it
doesn't keep the protection. Any ideas how i can get this to work?
Jon