Attached is a document with a few revisions in it. If you run the following code, it will loop in the table header row.
Dim oRevision as revision
For each oRevision in activedocument.revisions
debug.print orevision.index
next
How do I get the code to access all the revisions in the document without looping?



