Re: Comments on screen appear all highlighted, rather than just bracke
From: Cindy M -WordMVP- (C.Meister-C_at_hispeed.ch)
Date: 01/14/05
- Next message: Cindy M -WordMVP-: "Re: Outlining Toolbar keeps disappearing"
- Previous message: Cindy M -WordMVP-: "Re: omit blank lines in merge"
- In reply to: Edwin: "Comments on screen appear all highlighted, rather than just bracke"
- Next in thread: Suzanne S. Barnhill: "Re: Comments on screen appear all highlighted, rather than just bracke"
- Reply: Suzanne S. Barnhill: "Re: Comments on screen appear all highlighted, rather than just bracke"
- Messages sorted by: [ date ] [ thread ]
Date: Fri, 14 Jan 2005 16:06:16 +0100
Hi =?Utf-8?B?RWR3aW4=?=,
> I have done something in Word 2003 (purposefully, some time ago, but now I
> can't reproduce it) so that, instead of comments being just bracketed (which
> I find difficult to see) they are entirely shaded (as they used to be in
> previous versions of Word).
> Can anyone figure out what I did and let me know? I received a document from
> someone else and want to know how to "turn on shading" of comments so I can
> see them more easily.
>
Word 2002 is the one version that did NOT apply highlighting to comments. If
the document you received was created in that version, then you won't see
highlighting. No promises, but perhaps running this macro will help:
Sub HighlightAllComments()
Dim cmt As Word.Comment
For Each cmt In ActiveDocument.Comments
cmt.Scope.HighlightColorIndex = wdTurquoise
Next
End Sub
Cindy Meister
INTER-Solutions, Switzerland
http://homepage.swissonline.ch/cindymeister (last update Jun 8 2004)
http://www.word.mvps.org
This reply is posted in the Newsgroup; please post any follow question or reply
in the newsgroup and not by e-mail :-)
- Next message: Cindy M -WordMVP-: "Re: Outlining Toolbar keeps disappearing"
- Previous message: Cindy M -WordMVP-: "Re: omit blank lines in merge"
- In reply to: Edwin: "Comments on screen appear all highlighted, rather than just bracke"
- Next in thread: Suzanne S. Barnhill: "Re: Comments on screen appear all highlighted, rather than just bracke"
- Reply: Suzanne S. Barnhill: "Re: Comments on screen appear all highlighted, rather than just bracke"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|