Link to home
Start Free TrialLog in
Avatar of cypur
cypurFlag for United States of America

asked on

Programmatically get Word Doc author without opening document (VB6.0)

I have an application which provides a list view of a directory with filename, modified date, and author.  The only way I have found so far to get the author info is to open the Word document and use the .BuiltInDocumentProperties of the active document.  But opening and closing each file takes time and changes the modified date.  Is there a way to get the author either through the file properties or the document properties without opening the file?

There must be a way since Author is one of the columns you can view in Windows Explorer.

Cindy P.
Avatar of BrianGEFF719
BrianGEFF719
Flag of United States of America image

Acctually, that article might be way too old. Sorry, let me try to find something more suitable for Word 2000, 2003.

Brian
ASKER CERTIFIED SOLUTION
Avatar of EDDYKT
EDDYKT
Flag of Canada image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of cypur

ASKER

Any direction you can offer is helpful.  I am using a file scripting object to get the date last modified, but need the author as well.  The first article you sent seemed to focus on HTML files.  I am working specifically with Word 2000 document.

Thanks,