J
Jim C.
Hi,
I need to loop through revisions within a selection to perform some actions.
When I try using the following loop, it returns revisions throughout the
entire document, not just those within the selection (I have conformed that
the selection is not the entire document). Does anyone know why?
For each rev in Selection.Range.Revisions
.....
.....
Next rev
Thanks!
Jim
I need to loop through revisions within a selection to perform some actions.
When I try using the following loop, it returns revisions throughout the
entire document, not just those within the selection (I have conformed that
the selection is not the entire document). Does anyone know why?
For each rev in Selection.Range.Revisions
.....
.....
Next rev
Thanks!
Jim