Word 07 Properties Automation

E

edbro

How can I write a macro that will take the clipboard contents and place
it in the document Title properties field? I can't figure out how to put
the clipboard into a variable to fill the following:

ActiveDocument.BuiltInDocumentProperties("Title").Value = Variable

Thank you.
 
Top