Forum Discussion
Murmeltier
May 24, 2022Copper Contributor
How to disable "RemoveDocumentInformation"?
I use ActiveDocument.RemoveDocumentInformation (wdRDIDocumentProperties) in VBA to remove personal data. Once activated it kills also any personal data in future in the document. So if I want to get ...
May 25, 2022
Murmeltier I don't think that there is anyway to reverse that command.
I thought you may be able to use the following code, but it will not compile as the
.RemoveDocumentInformation command does not take arguments