Find Revisions by Date

T

tgt21

I found some strange behavior when trying to find revisions with
specific date:
- Open a document, enable revision tracking
- Begin editing the document
- Change computers date to e.g. one month in Future
- Continue editing the same paragraph

Now you have two sections in one paragraph with two different revision
dates.
When holding mouse over each section, word shows the exact date of
change.
In VBA Editor ActiveDocument.Revisions.Count returns only one
revision, with
the date when started editing.

To examine whats happening, save document in xml format and open in
notepad.
In xml, there are two different annotations with exact dates.

So, the problem is, how can someone programmatically access revisions
with
exact date?
Is this a bug or documented behavior?
 

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