Comment color in word

Have you ever tried to change color of the comment balloons or comment text contents in a Word document? This article, I will talk about some method for dealing with this task in Word file.

Change the color of the comment balloons with Change Tracking Options feature

Change the color of the comment text contents with VBA code


Change the color of the comment balloons with Change Tracking Options feature

The Change Tracking Options feature can help you to change the comment balloons color as you need, please do as this:

1. Click Review > Change Tracking Options launcher, see screenshot:

doc change comment color 1

2. In the Track Change Options dialog box, click Advanced Options button, see screenshot:

doc change comment color 2

3. And then, in the Advanced Track Change Options dialog box, choose one color you like from the Comment drop down list, see screenshot:

doc change comment color 3

4. Then, click OK > OK to exist the dialogs, and now, the color of the comment balloons has been changed to your specified setting, see screenshot:

doc change comment color 4


Change the color of the comment text contents with VBA code

If you need to change the font color of the comment text, the following VBA code can do you a favor.

1. Hold down the ALT + F11 keys to open the Microsoft Visual Basic for Applications window.

2. And then, click Insert > Module, copy and paste below code into the opened blank module:

VBA code: Change the color of the comment text in Word:

Sub ChangeCommentsColor()
    Dim xComm As Comment
    For Each xComm In ActiveDocument.Comments
        xComm.Range.Font.Color = wdColorRed
    Next
End Sub

Note: In the above code, you can change the red color to your need in this script: xComm.Range.Font.Color = wdColorRed.

3. And then, press F5 key to run this code, and the comment text font color has been changed as following screenshot shown:

doc change comment color 5


Recommended Word Productivity Tools

shot kutools word kutools tab 1180x121

shot kutools word kutools plus tab 1180x120

Kutools For Word — More Than 100 Advanced Features For Word, Save Your 50% Time

  • Complicated and repeated operations can be done one-time processing in seconds.
  • Insert multiple images across folders into Word document at once.
  • Merge and combine multiple Word files across folders into one with your desired order.
  • Split the current document into separate documents according to heading, section break or other criteria.
  • Convert files between Doc and Docx, Docx and PDF, collection of tools for common conversions and selection, and so on…

Comments (0)


No ratings yet. Be the first to rate!

In this article, there are 4 easy tips for you to change the color of comment balloons or texts in your Word document.

By and large, the color of comment balloons in document is randomly assigned by Word according to the editing author. Similarly, the comment text color is by default set in black. Nevertheless, we still can apply some tricks to change the default color.

Tip 1: Apply Custom Color for Comment Balloons

It’s a popular knowledge that Word distributes color to comment balloons at random. However, in case you just hate one specific color, you are free to change it.

  1. At first, open the Word document which you need to change the comment balloon color.
  2. Then click “Track Changes” under “Review” tab.
  3. On the drop-down menu, choose “Change Tracking Options” to open the “Track Changes Options” dialog box.Click "Review"->Click "Track Changes"->Click "Change Tracking Options"
  4. Now go to choose a color you like for the comment and click “OK” to have it work. You will find all comment balloons in current document are now in the same color.Choose Color->Click "OK"

Tip 2: Make Comment Balloon Color Differs from Authors

Basically, each comment maker gets his or her own color for the balloon. Considerate feature! Even so, if you accidentally alter the setting, things can get different. Here are steps to help you get the feature back.

  1. Repeat the first 3 steps in tip 1 to open the “Track Changes Options” dialog box.
  2. Choose “By author” for “Comments”.
  3. Click “OK”.Choose "By author"->Click "OK"

Tip 3: Employ Multiple Colors for Comment Balloons of the Same Author

Word assigns colors for different authors by their initials, so we can take use of this feature to have multiple colors for comment balloons of the same author.

  1. Before inserting a new comment with different color, conduct the 3 steps in tip 2 first.
  2. Click “Track Changes” under “Review” tab again.
  3. Then choose “Change Use Name”.Click "Review"->Click "Track Changes"->Click "Change User Name"
  4. Now there is the “Word Options” dialog box. Change the user name a little, such as adding numbers behind, and ensure the initials stay the same.
  5. Click “OK”.Change User Name->Click "OK"Different Colors for the Same User

Tip 4: Batch Change the Comment Text Color

To change the text color of one comment is quite simple, but here is our way to help you do it in batches.

  1. First off, press “Alt+ F11” to open the VBA editor quickly.
  2. Next click “Normal” then “Insert”.
  3. Choose “Module”.Click "Normal"->Click "Insert"->Click "Module"
  4. Double click module to open the code area.
  5. Then paste these codes there:
Sub ChangeCommentsColor()
  Dim objComment As Comment
 
  '  Change comment's Color
  For Each objComment In ActiveDocument.Comments
  objComment.Range.Font.Color = wdColorDarkRed
  Next objComment
End Sub
  1. Click “Run” button.Click "Run"Change of Text Color

Among them, codes “objComment.Range.Font.Color = wdColorDarkRed” means to set comment texts in dark red. For more color codes, you can visit https://docs.microsoft.com/en-us/previous-versions/office/developer/office-2003/aa195614(v=office.11)

Corrupted Word Documents

Word documents get corrupted from time to time. If you have backups to resort, it can be of little distraction. However, if not, you probably will have to try out every means to restore the data. A Word document error repair product shall be helpful in such a distressed time.

Author Introduction:

Vera Chen is a data recovery expert in DataNumen, Inc., which is the world leader in data recovery technologies, including Excel repair tool and pdf repair software products. For more information visit www.datanumen.com

No matter you are a student, teacher, or business professionals, you can create and edit documents efficiently by WPS Writer as text editors. Today we will learn how to change comment color, which will make your comment more personalized.

1. Open your document in WPS Writer.

2. Head to the Review tab, and click New Comment to insert a comment.

3. To change its color, click the drop-down button at Track Changes > Track Changes Options. In the pop-up dialog, click the drop-down button at Comments Color, where you can choose one color you like in the drop down list. Finally, click OK.

At first, open the Word document which you need to change the comment balloon color. Then click “Track Changes” under “Review” tab. On the drop-down menu, choose “Change Tracking Options” to open the “Track Changes Options” dialog box. Now go to choose a color you like for the comment and click “OK” to have it work.

Contents

  • 1 How do I change the color of my comments in Word for Mac?
  • 2 How do I customize comments in Word?
  • 3 Why is comment GREY in Word?
  • 4 Why are my track changes not showing different colors?
  • 5 How do I change the color of comments in Word 2016?
  • 6 How do you highlight a comment in Word?
  • 7 How do I change the color of my comment in Word 2019?
  • 8 How do I keep comments highlighted in Word?
  • 9 How do you format comments?
  • 10 How do I show comments as bubbles in Word?
  • 11 How do I remove resolved comments in Word?
  • 12 How do you change the color of certain text in Word?
  • 13 How do I turn on Track Changes in Word red?
  • 14 How do I change the font color automatically in Word?
  • 15 How do I change the color of text in Word 2010?
  • 16 How do you change the color of a comment in Excel?
  • 17 How do you change the color of the comments on Google Docs?
  • 18 How can we add comments to the changes made?
  • 19 When you insert a comment in a document the comment appears in a?
  • 20 How do you color text in Facebook comments?

Anyway, go to Word > Preferences > Track Changes and there you will see the markup settings for colors. You can change them to anything you want.

How to edit a comment in Microsoft Word documents

  1. Open the Word document.
  2. Make all comments visible.
  3. Click in the comment.
  4. Edit the text for that comment.
  5. Click out of the comment to save changes.

The Show Comments command grayed out. To enable it, you must select Simple Markup instead of any other Display for Review option. Figure 11B. The Show Comments command is only enabled when Simple Markup is selected.

Why are my track changes not showing different colors?

The Track Changes tab of the Options dialog box. Make sure that all the Color settings (with the exception of the color setting for the change bars) are set to “By Author.” If these settings are for a specific color, then it can affect how changes are displayed in the document.

Change the track changes color

  1. Go to Review > Tracking Dialog Launcher .
  2. Select Advanced Options.
  3. Select the arrows next to the Color boxes and the Comments box, and choose By author. You can also color-code text moves and changes made to table cells.

How to Highlight and Comment in Word

  1. Select the text you want to highlight.
  2. On the Home tab, click the Text Highlight Color button list arrow. A few bright colors will be shown.
  3. Select a color.

At first, open the Word document which you need to change the comment balloon color. Then click “Track Changes” under “Review” tab. On the drop-down menu, choose “Change Tracking Options” to open the “Track Changes Options” dialog box. Now go to choose a color you like for the comment and click “OK” to have it work.

On the Review tab, click the arrow on the Display for Review drop down (located in the Tracking group), and change the option from Simple Markup to All Markup. You will see highlighted comment ranges and connector lines as in previous versions of Word.

Format worksheet comments

  1. Select the text you want to reformat, right-click it, and then choose Format Comment.
  2. Choose the font options you want and click OK.
  3. In this example, we’ve changed the font style, size and color of the comment.

Click the Review tab on the Ribbon, then click the Balloons command. In the drop down list, click on Show Revisions in Balloons or Show Only Comments and Formatting in Balloons.

To resolve a comment, hover over the comment and click the “Resolve” button. The comment will remain in the sidebar, but it will be grayed out to show the comment has been resolved. To delete a comment, right-click the item and select “Delete”.

How do you change the color of certain text in Word?

You can change the color of text in your Word document.

  1. Select the text that you want to change.
  2. On the Home tab, in the Font group, choose the arrow next to Font Color, and then select a color. You can also use the formatting options on the Mini toolbar to quickly format text.

How do I turn on Track Changes in Word red?

Turn tracked changes on or off
Open the document that you want to edit. On the Review tab, under Tracking, select the Track Changes switch to turn on track changes.

How do I change the font color automatically in Word?

Go to Format > Font > Font. + D to open the Font dialog box. Select the arrow next to Font color, and then choose a color. Select Default and then select Yes to apply the change to all new documents based on the template.

How do I change the color of text in Word 2010?

To change the font color:

  1. Select the text you want to modify.
  2. Click the Font Color drop-down arrow on the Home tab. The Font Color menu appears.
  3. Move the mouse pointer over the various font colors. A live preview of the color will appear in the document.
  4. Select the font color you want to use.

Click on the border of the comment, to select it. Choose Format|Comment. On the Colors and Lines tab, click the drop-down arrow for Color.

The Google Docs color palette is located in the top editing menu. The options to change the text color or the text background are located side by side. To make a change, highlight the desired text within the document and highlight or change the text color.

2. How can we add comments to the changes made?

  1. Select the text or item that you want to comment on, or click to insert the cursor near the text that you want to comment on.
  2. On the Review tab, under Comments, click New.
  3. Type the comment text in the comment balloon.

balloon
Insert a comment
Type your comment. Word shows your comment in a balloon in the document’s margin.

To use Facebook’s new colour-change feature for posts, simply tap on the “What’s on your mind?” status bar, then start typing, and choose a colour or gradient from the choices that appear below your text. When done, post it.

This tutorial shows how to change the font color of all existing Modern comments in Microsoft Word.

Unlike classic comments, Modern comments have limited customization options. In fact, when you are working in Modern comments, the Styles group in the Home tab is disabled. However, the workaround below allows us to change the font color without turning off Modern comments.

Watch all the steps shown here in real time!

Explore more than 200 writing-related software tutorials on my YouTube channel.

These steps are for Word for Microsoft 365 on a PC. These steps don’t apply to Word for Mac.

Please see “How to Change the Font and Font Size of Comments in Microsoft Word” if you are using classic comments in Word 2021, Word 2019, Word 2016, Word 2013, or Word 2010.

For more information about working with Modern comments, please see “How to Use Comments in Microsoft Word (Modern Comments).

Important Note: The following steps are for changing the color of all existing Modern comments.

You can still change the font color of your own individual comments by selecting the Home tab and then choosing a color in the Font Color menu just as you would regular text.

Individual font color choices will override the global color choice selected in the steps below.

  1. Click in the body of the text so the Modern comments are no longer active.
  2. Select the Home tab in the ribbon.

Home tab in Word 365

Figure 1. Home tab
  1. Select the Styles dialog box launcher. (Alternatively, press the keyboard shortcut Alt + Ctrl + Shift + S.)

Styles dialog box launcher in Word 365

Figure 2. Styles dialog box launcher
  1. Select the Manage Styles button in the Styles pane.

Manage Styles button in the Styles pane in Word 365

Figure 3. Manage Styles button
  1. Select Alphabetical in the Sort order menu in the Manage Styles dialog box.

Alphabetical option in the Manage Styles dialog box in Word 365

Figure 4. Alphabetical option
  1. Select Comment Text in the Select a style to edit menu.

Comment Text style in the Manage Styles dialog box in Word 365

Figure 5. Comment Text style
  1. Select the Modify button.

Modify button in the Manage Styles dialog box in Word 365

Figure 6. Modify button
  1. Select a color in the Font Color menu in the Modify Style dialog box.

Font Color menu in the Modify Style dialog box in Word 365

Figure 7. Font Color menu
  1. Select the OK button in the Modify Style dialog box.

OK button in the Modify Style dialog box in Word 365

Figure 8. OK button
  1. Select the OK button in the Manage Styles dialog box.

OK button in the Manage Styles dialog box in Word 365

Figure 9. OK button
  1. Select the closing X in the Styles pane.

Styles pane closing X in Word 365

Figure 10. Closing X
  1. Save, close, and then reopen the document.

The comments should now appear in the new color.

Modern comment with custom font color in Word 365

Figure 11. Modern comment with custom font color.

Related Resources

How to Change Your User Name for Track Changes in Microsoft Word

How to Remove User Names from Existing Track Changes in Microsoft Word

Понравилась статья? Поделить с друзьями:
  • Comment box in word
  • Commas in comma separated values in excel
  • Commas and the word that
  • Commas after the word which
  • Commands in vba for excel