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


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 :-)



Relevant Pages

  • Re: Comments on screen appear all highlighted, rather than just bracke
    ... please post all follow-ups to the newsgroup so ... > Word 2002 is the one version that did NOT apply highlighting to comments. ... > Sub HighlightAllComments() ... Dim cmt As Word.Comment ...
    (microsoft.public.word.docmanagement)
  • Re: Grey highlighting and brackets in text
    ... In the screenshot I posted previously, you can see a grey right square ... but I cannot see any brackets in the screen shot. ... > Please reply to the newsgroup unless you wish to avail yourself of my ... >> Any help in getting rid of this grey highlighting and brackets would ...
    (microsoft.public.word.vba.general)
  • Re: Collecting Highlights
    ... Do you mean text to which you applied a coloured background, ... Please reply to the newsgroup unless you wish to avail yourself of my ... services on a paid consulting basis. ... > using the highlighting button into another document. ...
    (microsoft.public.word.docmanagement)
  • Re: cells highlighted and unable to remove highlighted
    ... Please keep all correspondence within the NewsGroup, ... > While working in excel workbooks, all of a sudden the cell ... > keeps highlighting and I don't know what to do to fix. ...
    (microsoft.public.excel.worksheet.functions)