A bug of the Revisions object?

M

Mandelbrot

I found that the Revisions object sometimes returns wrong Revision objects
with a given item index. For example, try the following macro:
----------------------------
Sub TestRevision()

Dim Rev As Revision

Set Rev = Selection.Range.Revisions(1)
MsgBox "Revision: Type = " + Str(Rev.Type) + ", Range = " +
Str(Rev.Range.Start) + " - " + Str(Rev.Range.End)

End Sub
 

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