R
rgoubet
I'm trying to figure out how to retrieve the value of a specific custom
property of a document. I know how to retrieve a built-in property:
myTitle = ActiveDocument.BuiltInDocumentProperties(wdPropertyTitle)
Now, how do I do for CustomDocumentProperties where I don't know the
index value of the custom property I'm looking for (e.g., "Document
Number").
Thanks
Raph
property of a document. I know how to retrieve a built-in property:
myTitle = ActiveDocument.BuiltInDocumentProperties(wdPropertyTitle)
Now, how do I do for CustomDocumentProperties where I don't know the
index value of the custom property I'm looking for (e.g., "Document
Number").
Thanks
Raph