M
Mike Grasso
Hi! I think I have stumbled accross a bug. I've been able to reproduce this
pretty constistantly.
1) Type the sentence "here are some words"
2) Turn on Track Changes
3) Type the word "one" directly before the word "some"
4) Type the word "two" directly after the word "some"
At this point you should have "onewordtwo" with "one" and "two" in red text.
5) Highlight the letters "wo" in "two".
6) Open up the Immediate windows and type
?Selection.Range.Revisions.Item(1).Index
The result is 1, when it should be 2. (The range of the returned revision
object also corresponds with the revision object for "one")
7) Collapse the cursor so it is between the "w" and "o". The same command
yields the correct revision: 2
Just thought you'd like to know.
pretty constistantly.
1) Type the sentence "here are some words"
2) Turn on Track Changes
3) Type the word "one" directly before the word "some"
4) Type the word "two" directly after the word "some"
At this point you should have "onewordtwo" with "one" and "two" in red text.
5) Highlight the letters "wo" in "two".
6) Open up the Immediate windows and type
?Selection.Range.Revisions.Item(1).Index
The result is 1, when it should be 2. (The range of the returned revision
object also corresponds with the revision object for "one")
7) Collapse the cursor so it is between the "w" and "o". The same command
yields the correct revision: 2
Just thought you'd like to know.