Copy/import doc variables from Properties Summary

M

MaryM

Is there a way to copy or import "document variables"
entered at File|Properties>Summary tab from one document
to another?
 
J

Jezebel

Doc1.BuiltinDocumentProperties("Title") =
Doc2.BuiltinDocumentProperties("Title")

etc

CustomDocumentProperties are trickier. Simplest is to iterate the
collection, *delete* the property from Doc2, ignoring the error if it
doesn't exist, then add it.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top