Setting Active-X Document Properties in Publisher

R

Rohan Salt

Does anyone know how to set the standard Active-X Document Properties for a
publisher document from VBA (ie Title, Doc Author, Subject, Comment Keyword
etc)?

In Word you can use the BuiltInDocumentProperties collection (ie
ActiveDocument.BuiltInDocumentProperties("Title") etc)

Any Ideas?
 
Top