How To Change Balloon Font Size In Word
How to modify the font size of comment balloon in Word document?
Equally below screenshot shown, if you want to enlarge the font size of comment balloon in Word certificate, what can you practise? This article will show you lot 2 methods to solve this problem.
Change the font size of annotate balloon with build-in function in Word
Change the font size of comment balloon with VBA code
Modify the font size of comment balloon with build-in function in Discussion
Y'all tin directly modify the font size of balloon text in the All Styles pane in Word. Please practise as follows.
1. Press the Ctrl + Alt + Shift + S keys to open the Styles pane.
2. In the Styles pane, click Options. Come across screenshot:
3. In the opening Way Pane Options window, select All styles from the Select styles to show drop-down listing.
iv. Then click OK to render to the Styles pane, please ringlet down to observe the Balloon Text line, click the button to expand the driblet down list, and then click Modify. See screenshot:
5. In the Modify Manner window, select a font size as you demand in the Formatting section as below screenshot shown, and then click the OK push button.
vi. Close the Styles pane.
Then the font size of all comment balloons is changed to the specified one.
Note: The setting will apply to all comments in the future.
Modify the font size of comment airship with VBA code
This section volition introduce a VBA code to aid you lot easily change the font size of comments balloon in Word document.
1. In the document you lot volition change the font size of annotate balloon, press the Alt + F11 keys to open the Microsoft Visual Basic for Applications window.
2. In the window, click Insert > Module. And so re-create beneath VBA lawmaking into the Module window.
VBA lawmaking: change the font size of comment balloon in Discussion
Sub SetCommentTextStyle() 'Updated by ExtendOffice 20181112 Dim objComment Every bit Annotate Dim objDoc Every bit Certificate Dim strFontName Equally String Dim strFontSize As String Set objDoc = ActiveDocument strFontName = InputBox("Enter text font proper noun 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) Cease Sub
iii. Press the F5 central to run the code.
iv. In the first Kutools for Word dialog box, enter a new font for your comment and click OK.
5. In the second Kutools for Word dialog box, type in the font size as you need and click OK.
Then the font size of all comment balloons is changed to the specified ane in current document.
Recommended Give-and-take Productivity Tools
Kutools For Word - More 100 Advanced Features For Word, Save Your 50% Time
- Complicated and repeated operations can be done quondam processing in seconds.
- Insert multiple images across folders into Word document at one time.
- Merge and combine multiple Discussion files across folders into one with your desired lodge.
- Split the current document into separate documents co-ordinate to heading, section suspension or other criteria.
- Catechumen files between Physician and Docx, Docx and PDF, collection of tools for common conversions and selection, and so on...
How To Change Balloon Font Size In Word,
Source: https://www.extendoffice.com/documents/word/5514-word-change-font-size-of-comments.html
Posted by: tigerdurn1955.blogspot.com
0 Response to "How To Change Balloon Font Size In Word"
Post a Comment