A
avkokin
Hello.
I wonder if there is a way to clear all built-in document properties?
And not for one document but for many into one the folder.
If I will use next code (as example for active document) then I get
the error:
Dim oProp As DocumentProperty
For Each oProp In ActiveDocument.BuiltInDocumentProperties
oProp.Delete
Next
Thank you very much.
I wonder if there is a way to clear all built-in document properties?
And not for one document but for many into one the folder.
If I will use next code (as example for active document) then I get
the error:
Dim oProp As DocumentProperty
For Each oProp In ActiveDocument.BuiltInDocumentProperties
oProp.Delete
Next
Thank you very much.