Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
DiscussionsAccessExcelInfoPathOutlookPowerPointPublisherWord
DirectoryUser Groups
Related Topics
Outlook ExpressInternet ExplorerWindowsMS Server ProductsMore Topics ...

MS Office Forum / Word / Programming / November 2006

Tip: Looking for answers? Try searching our database.

dsofile.dll and Word2007

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Ed - 16 Nov 2006 12:01 GMT
dsofile.dll is a wonderful little tool to allow a vba programmer to see
important information about a Word document. However, it seems not to work
with Word2007. Does anyone know of a replacement tool for reading subject
and author and last revision date, etc?

Ed (in Virginia)
Jonathan West - 21 Nov 2006 12:52 GMT
> dsofile.dll is a wonderful little tool to allow a vba programmer to see
> important information about a Word document. However, it seems not to work
> with Word2007. Does anyone know of a replacement tool for reading subject
> and author and last revision date, etc?
>
> Ed (in Virginia)

This is because the new docx file format is completely different from the
old binary file format.

In fact, the docx format is a set of XML files archived together in a zip
file with the filename extension changed. if you change the extension from
docx to zip, you can open the file with Winzip and have a peek inside. I'm
sure you'll be able to work out which XML file in there contains the
document properties.

There are enough zip/unzip and XML parsing utilities around, so I'm sure it
won't be all that long before somebody cobbles them together and builds a
property reader for docx files.

Signature

Regards
Jonathan West - Word MVP
www.intelligentdocuments.co.uk
Please reply to the newsgroup
Keep your VBA code safe, sign the ClassicVB petition www.classicvb.org

 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.