Reply
 
Thread Tools Display Modes
  #1   Report Post  
Posted to microsoft.public.word.tables
Gary Gary is offline
external usenet poster
 
Posts: 104
Default Include document versions information in the document

Is there anyway to include the document "versions" information information as
a table within the document for printing purposes comparable to the
functionality of the Table of contents?

Thanks,

Gary
  #2   Report Post  
Posted to microsoft.public.word.tables
macropod macropod is offline
external usenet poster
 
Posts: 1,002
Default Include document versions information in the document

Hi Gary,

You can use a DOCPROPERTY "RevisionNumber" field to get a count of each time
the document has been saved. If that's what you want, you can create one via
Insert|Field, or by pressing Ctrl-F9 to create a pair of field braces (ie
'{ }') and typing 'DOCPROPERTY "RevisionNumber"' between them so that you end
up with '{DOCPROPERTY "RevisionNumber"}'.

Alternatively, if you're saving using Word's 'Version' feature, you could use
add a macro to the document as per the example at:
http://support.microsoft.com/kb/212618/en-us
to create a custom 'Version' document property and call it with a field coded
as '{DOCPROPERTY "Version"}'. To do this you'd change the sub named 'Sub
SetCustomPropertyName()' so that the line:
SetProp "MyCustomPropertyName", "MyCustomValue", _
becomes:
SetProp "Version", ThisDocument.Versions.Count, _

Cheers

--
macropod
[MVP - Microsoft Word]


"Gary" wrote in message ...
| Is there anyway to include the document "versions" information information as
| a table within the document for printing purposes comparable to the
| functionality of the Table of contents?
|
| Thanks,
|
| Gary


Reply
Thread Tools
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Opening a word document from IE missing information Bala Microsoft Word Help 0 October 26th 06 07:41 PM
How can I link specific information from one document to another? lassa84 Microsoft Word Help 2 July 10th 06 03:32 PM
Versions Invisible When Document Opened on Network Aditya Microsoft Word Help 1 January 8th 05 04:04 AM
Document Information errors George Microsoft Word Help 2 December 23rd 04 04:02 PM
Word 2002 doesn't show complete document information Stephen Microsoft Word Help 3 December 14th 04 10:23 AM


All times are GMT +1. The time now is 10:39 AM.

Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 Microsoft Office Word Forum - WordBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Word"