How to retrieve the Title of a word document

D

Dana

Hi

I was wondering if there is any way to get the title (from the summery) of a
word docuemnt using vb. I can already open the document using the following
syntax:

Set myDoc = New Word.Application
myDoc .Documents.Open filename:=filename, ConfirmConversions:=False,.....

But I don't know how to get the title!!

Any ideas??


Dana
 
Top