Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
ThisDocument.RemovePersonalInformation = True
For Each myVar In ActiveDocument.Variables
myVar.Delete
For Each aDoc In ActiveDocument.BuiltInDocumentProperties
If ActiveDocument.BuiltInDocumentProperties("Author") _
<> "" Then
ActiveDocument.BuiltInDocumentProperties("Author") = ""
End If