ActiveDocument.BuiltInDocumentProperties(wdPropertyTitle) = "New Title"

Signature
Hope this helps.
Please reply to the newsgroup unless you wish to avail yourself of my
services on a paid consulting basis.
Doug Robbins - Word MVP
>I am looking for a way to use VB automation to reset the title of a
>document. i.e. File-->Properties-->Summary-->Title
>
> I can't find any properties or methods related to this. Is it possible?
>
> Thanks.
Eric - 11 Oct 2005 19:43 GMT
Excellent. Thanks.
> ActiveDocument.BuiltInDocumentProperties(wdPropertyTitle) = "New Title"
>
[quoted text clipped - 4 lines]
>>
>> Thanks.