![]() |
#1
|
|||
|
|||
![]()
Hi, can you please tell me when in the review tab the balloon commentaries in Word, how can I change the font of the counting attributes inside the balloons or the attributes themselves for something else, for e.g. [M1] [M2] [M3] etc...
Thanks. |
#2
|
||||
|
||||
![]()
Try changing the document defaults (in the Styles pane, click Manage Styles, and then click the Set Defaults tab). After you have done that, you may have to modify one or more of the styles you are using, such as Normal or Body Text.
__________________
Stefan Blom Microsoft Word MVP Microsoft 365 apps for business Windows 11 Professional |
#3
|
|||
|
|||
![]() Quote:
![]() |
#4
|
||||
|
||||
![]()
Maybe I misunderstood your question. To change the formatting (such as font and size) of the text, changing the defaults is the only way I know.
You can change the initials via a macro: Code:
Sub ChangeCommentInitials() Dim c As Comment For Each c In ActiveDocument.Comments c.Initial = "M" 'or whichever letter you want Next c End Sub
__________________
Stefan Blom Microsoft Word MVP Microsoft 365 apps for business Windows 11 Professional |
#5
|
|||
|
|||
![]()
Thank you, it sounds right but does that mean I have to set up a macro to do that? Isnīt there an option in doing that from the manage styles option? Also is ther a short cut for the ballons themeselves? Thank you for your time in this matter, much appreciated.
|
#6
|
||||
|
||||
![]()
In order to change the comment initials, for existing comments, you need a macro, yes.
__________________
Stefan Blom Microsoft Word MVP Microsoft 365 apps for business Windows 11 Professional |
![]() |
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Text in the Balloon | Barry Haigh | Word | 0 | 10-26-2011 02:39 PM |
Comment-Balloon Textsize Problem | aerzteohnegrenzen | Word | 7 | 05-04-2011 10:45 AM |
![]() |
bubbleboi | Word | 3 | 11-13-2009 01:19 AM |