Skip to main content

Kutools for Office โ€” One Suite. Five Tools. Get More Done.

How to change the font size of comment text in Word document?

Author Siluvia Last modified

As below screenshot shown, if you want to enlarge the font size of comment text in Word document, what can you do? This article will show you two methods to solve this problem.

Font size of comment text is changed

Change the font size of comment with build-in function in Word

Change the font size of comment with VBA code


Change the font size of comment balloon with build-in function in Word

You can directly change the font size of balloon text in the All Styles pane in Word. Please do as follows.

1. Press the Ctrl + Alt + Shift + S keys to open the Styles pane.

2. In the Styles pane, click Options. See screenshot:

Styles pane with Options button highlighted

3. In the opening Style Pane Options window, select All styles from the Select styles to show drop-down list.

Style Pane Options dialog box

4. Then click OK to return to the Styles pane, please scroll down to find the Balloon Text line, click the Dropdown arrow button to expand the drop down list, and then click Modify. See screenshot:

Styles pane with Modify option highlighted

5. In the Modify Style window, select a font size as you need in the Formatting section as below screenshot shown, and then click the OK button.

Modify Style window

6. Close the Styles pane.

Then the font size of all comment balloons is changed to the specified one.

Font size of comment text is changed

Note: The setting will apply to all comments in the future.


Change the font size of comment balloon with VBA code

This section will introduce a VBA code to help you easily change the font size of comments balloon in Word document.

1. In the document you will change the font size of comment balloon, press the Alt + F11 keys to open the Microsoft Visual Basic for Applications window.

2. In the window, click Insert > Module. Then copy below VBA code into the Module window.

VBA code: change the font size of comment balloon in Word

Sub SetCommentTextStyle()
'Updated by ExtendOffice 20181112
    Dim objComment As Comment
    Dim objDoc As Document
    Dim strFontName As String
    Dim strFontSize As String 
    Set objDoc = ActiveDocument
    strFontName = InputBox("Enter text font name here: ", "Font name")
    strFontSize = InputBox("Enter font size here: ", "Font size") 
    With objDoc
      For Each objComment In .Comments
        objComment.Range.Font.Name = strFontName
        objComment.Range.Style = ActiveDocument.Styles("Balloon Text Char")
      Next objComment
    End With
    ActiveDocument.Styles("Balloon Text").Font.Size = Val(strFontSize)
End Sub

3. Press the F5 key to run the code.

4. In the first Kutools for Word dialog box, enter a new font for your comment and click OK.

Dialog box for entering a font for comments

5. In the second Kutools for Word dialog box, type in the font size as you need and click OK.

Dialog box for entering a font size for comments

Then the font size of all comment balloons is changed to the specified one in current document.

Best Office Productivity Tools

Kutools for Word - Elevate Your Word Experience with Over 100 Remarkable Features!

๐Ÿค– Kutools AI Features: AI Assistant / Real-Time Assistant / Super Polish (Preserve Format) / Super Translate (Preserve Format) / AI Redaction / AI Proofread...

๐Ÿ“˜ Document Mastery: Split Pages / Merge Documents / Export Selection in Various Formats (PDF/TXT/DOC/HTML...) / Batch Convert to PDF...

โœ Contents Editing: Batch Find and Replace across Multiple Files / Resize All Pictures / Transpose Table Rows and Columns / Convert Table to Text...

๐Ÿงน Effortless Clean: Sweap away Extra Spaces / Section Breaks / Text Boxes / Hyperlinks / For more removing tools, head to the Remove group...

โž• Creative Inserts: Insert Thousand Separators / Check Boxes / Radio Buttons / QR Code / Barcode / Multiple Pictures / Discover more in the Insert group...

๐Ÿ” Precision Selections: Pinpoint Specific Pages / Tables / Shapes / Heading Paragraphs / Enhance navigation with more Select features...

โญ Star Enhancements: Navigate to Any Location / Auto-Insert Repetitive Text / Toggle Between Document Windows / 11 Conversion Tools...

๐ŸŒ Supports 40+ Languages: Use Kutools in your preferred language โ€“ supports English, Spanish, German, French, Chinese, and 40+ others!

Kutools and Kutools Plus tabs on the Word Ribbon
๐Ÿ‘‰ Want to try these features? Download Kutools for Word now! ๐Ÿš€
 

โœจ Kutools for Office โ€“ One Installation, Five Powerful Tools!

Includes Office Tab Pro ยท Kutools for Excel ยท Kutools for Outlook ยท Kutools for Word ยท Kutools for PowerPoint

๐Ÿ“ฆ Get all 5 tools in one suite | ๐Ÿ”— Seamless integration with Microsoft Office | โšก Save time and boost productivity instantly

Best Office Productivity Tools

Kutools for Word - 100+ Tools for Word