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 / Page Layout / June 2006

Tip: Looking for answers? Try searching our database.

inserting version number in Word documens

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Naveen Mukkelli - 06 Jun 2006 03:35 GMT
Hi,

I'm using Office 2003 and Rational ClearCase for configuration management.
I would like to insert, in either header or footer, the version number of
Word documents that are placed under configuration management.

What I am looking for is, when ever a document has been updated, the new
version number should be inserted automatically into the documents.

Is is possible to do it? if so, please let me know how I can achieve this.

Cheers,

Naveen.
macropod - 06 Jun 2006 10:04 GMT
Hi Naveen,

Word has a RevisionNumber property you can access via a DOCPROPERTY field,
which you could put in the header or footer. This just gives you a count of
how many times the document has been saved +1 since the last 'Save As'.

If that's all you need, open the header or footer, press Ctrl F9 to create a
pair of field braces (ie '{ }') and fill them in so that you get
'{DOCPROPERTY "RevisionNumber"}' and press F9 to update.

To get the field to show the last revision number instead of the current
one, press Ctrl F9 twice to create a pair of nested field braces (ie '{
{ } }') and fill them in so that you get '{={DOCPROPERTY
"RevisionNumber"}-1}' and press F9 to update.

Word also has a versioning feature, but that is only triggered if the user
saves the file via File|Version. As well, I can't see any way to access the
version # via a field code, so you'd need to use a macro to access this
information for a header or footer.

Cheers

Signature

macropod
[MVP - Microsoft Word]

> Hi,
>
[quoted text clipped - 10 lines]
>
> Naveen.
 
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.