
Signature
<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
Graham Mayor - Word MVP
My web site www.gmayor.com
Word MVP web site http://word.mvps.org
<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
Thank you for your response. That helps. I still want to see my track changes
in the document, though. Do you know if there's any way I can continue to see
the insertions and deletions in the document but have only comments show up
in the reviewing pane? If I could set it that way, that would be ideal for my
purposes.
Or will I, every time I want to see only comments in the reviewing pane,
have to go to the Show menu and uncheck insertions and deletions, and then
after I look at the comments in the reviewing pane, go back to the Show menu
and turn insertions and deletions on again? That will be better than it was,
but it's a lot of steps.
> You can control what appears in the reviewing pane from the Show menu on the
> Reviewing toolbar.
[quoted text clipped - 13 lines]
> > in the reviewing pane. Okay, enough ranting.
> > Thanks.
Graham Mayor - 25 Sep 2005 14:10 GMT
I don't think that's possible, but you could assign the following macro to a
keyboard shortcut to toggle insertions and deletions etc, leaving only
comments without wading through the menus.
Sub ToggleDeletions()
WordBasic.ShowInkAnnotations
WordBasic.ShowInsertionsAndDeletions
WordBasic.ShowFormatting
End Sub
http://www.gmayor.com/installing_macro.htm
> Thank you for your response. That helps. I still want to see my track
> changes in the document, though. Do you know if there's any way I can
[quoted text clipped - 32 lines]
>>> in pop ups or in the reviewing pane. Okay, enough ranting.
>>> Thanks.
kamtree - 25 Sep 2005 16:01 GMT
Thanks. That's a great idea.
yours,
Kam
> I don't think that's possible, but you could assign the following macro to a
> keyboard shortcut to toggle insertions and deletions etc, leaving only
[quoted text clipped - 44 lines]
> >>> in pop ups or in the reviewing pane. Okay, enough ranting.
> >>> Thanks.