How do I reset the revision counter in Word?

G

Guest

When we release a template document for use we would also like reset the
revision counter (RevNum) to zero.

Using Word 2003 (11.6359.6360) SP1
 
J

Jay Freedman

Marninger said:
When we release a template document for use we would also like reset
the revision counter (RevNum) to zero.

Using Word 2003 (11.6359.6360) SP1

That property appears to be read-only. Although the VBA command
ActiveDocument.BuiltInDocumentProperties(wdPropertyRevision) = 1
doesn't receive an error, the value doesn't change.

I think you'll have to use File > Save As to make a "new" copy of the
release version under another name or in another folder, and then rename the
file to the original name.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top