当我在计算机上创建 Word 文档、添加一些注释、保存并重新打开它时,所有注释名称都会更改为“作者”,并且下面的复选框TrustCenter Settings > Remove properties and personal information when the file is saved
会自动选中。当我将文件保存在网络位置时会发生这种情况,但在本地计算机上不会发生这种情况。
这可能是什么问题?我该怎么做才能防止这种行为?
答案1
您是否尝试过在 TrustedCenter 设置中将网络位置的路径添加为一个受信任位置?
请先转到 ,备份它,然后右键单击,打开它,按+ ,并添加以下宏:C:\Users\<user name>\AppData\Roaming\Microsoft\Templates
Normal.dotm
AltF11
Public Sub AutoOpen()
ActiveDocument.RemovePersonalInformation = False
End Sub
看如何在 MS Office 中添加 VBA?了解一般信息。