Is there any way, either in code or by a Reviewing function I don't know
about, to select a certain portion of the document and accept or reject all
changes in just the selected range?

Ed

Re: Can I accept all changes within a Selection range? by Dave

Dave
Mon Sep 11 12:29:21 CDT 2006

Yes. You can use something like the following:

Selection.Range.Revisions.AcceptAll

---OR---


ActiveDocument.Sections(2).Range.Revisions.AcceptAll

HTH,
Dave

"Ed" <ed_millis@NO_SPAM.yahoo.com> wrote in message
news:OGHhTtb1GHA.1292@TK2MSFTNGP03.phx.gbl...
> Is there any way, either in code or by a Reviewing function I don't know
> about, to select a certain portion of the document and accept or reject
> all changes in just the selected range?
>
> Ed
>



Re: Can I accept all changes within a Selection range? by Ed

Ed
Mon Sep 11 12:45:24 CDT 2006

Thank you, Dave.

"Dave Lett" <davelett@NOaolSPAM.com> wrote in message
news:%23zGFTfc1GHA.4632@TK2MSFTNGP03.phx.gbl...
> Yes. You can use something like the following:
>
> Selection.Range.Revisions.AcceptAll
>
> ---OR---
>
>
> ActiveDocument.Sections(2).Range.Revisions.AcceptAll
>
> HTH,
> Dave
>
> "Ed" <ed_millis@NO_SPAM.yahoo.com> wrote in message
> news:OGHhTtb1GHA.1292@TK2MSFTNGP03.phx.gbl...
>> Is there any way, either in code or by a Reviewing function I don't know
>> about, to select a certain portion of the document and accept or reject
>> all changes in just the selected range?
>>
>> Ed
>>
>
>