G
George Lee
I want to look at the revision status of selected text. After selecting the
text:
myString = Selection.Range.Text 'selection is not the entire document
Selection.Range.Revisions.Count
reports the correct text and does return a count. However,
Selection.Range.Revisions(1) always returns the first change in the document,
not the selection. Neither can I get an index for the selection value.
What am I overlooking? How do I get the revision status on the selected text?
text:
myString = Selection.Range.Text 'selection is not the entire document
Selection.Range.Revisions.Count
reports the correct text and does return a count. However,
Selection.Range.Revisions(1) always returns the first change in the document,
not the selection. Neither can I get an index for the selection value.
What am I overlooking? How do I get the revision status on the selected text?