Security Option

S

Sue

Is there a way to change the Security Option to Remove Personal Information
through a script or macro that I can push out to all users? I believe this
is the language that I need to use:

Sub RemovePersonalInfo()
ThisDocument.RemovePersonalInformation = True
End Sub

But how do I implement that for multiple users?
 
Top