I have no code for it, but you can use CFOBJECT.  The Document class has a 
BuiltInDocumentProperties object.  Following is what VBA's help says.  (And you 
can check http://www.cfcomet.com/cfcomet/word/ for help on using CFOBJECT with 
Word.)

-David

Using the DocumentProperty Object

Use BuiltinDocumentProperties(index), where index is the name or index number 
of the built-in document property, to return a single DocumentProperty object 
that represents a specific built-in document property. Use 
CustomDocumentProperties(index), where index is the name or index number of the 
custom document property, to return a DocumentProperty object that represents a 
specific custom document property.

The names of all the available built-in document properties are shown in the 
following list:

Title
Subject
Author
Keywords
Comments
Template
Last Author
Revision Number
Application Name
Last Print Date
Creation Date
Last Save Time
Total Editing Time
Number of Pages 
Number of Words
Number of Characters
Security
Category
Format
Manager
Company
Number of Bytes
Number of Lines
Number of Paragraphs
Number of Slides
Number of Notes
Number of Hidden Slides
Number of Multimedia Clips

On Tuesday, May 01, 2001 10:40 AM, Lundin, William 
[SMTP:[EMAIL PROTECTED]] wrote:
> Does anyone have a tag that will pull in the summary data available from a
> MS Word file ?  If not a tag, then if any has done this some other way.

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to