Home |
Search |
Today's Posts |
#2
![]() |
|||
|
|||
![]()
Debra Dalgleish has lots of sample code for working with comments at:
http://www.contextures.com/xlcomments03.html I stole one version and modified it to this: Option Explicit Sub ChangeCommentFont() Dim cmt As Comment For Each cmt In ActiveSheet.Comments With cmt.Shape.TextFrame.Characters.Font .Name = "Times New Roman" .Size = 11 .Bold = False .ColorIndex = 0 End With Next cmt End Sub She also has an example for adding comments using the font you want via a macro: http://www.contextures.com/xlcomments03.html#Formatted (That's the one I started with, too.) armenthj wrote: How do I complete a global change the font settings in comment boxes rather than having to change the font in each comment box individually? -- Dave Peterson |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How to change the default font and size of "comments"? | Excel Discussion (Misc queries) | |||
Where to stick macro to change default comment font? | Excel Discussion (Misc queries) | |||
How do I set default comment font | Excel Discussion (Misc queries) | |||
Can I change the comment default font | Excel Discussion (Misc queries) | |||
comment indicators should feature lock or pw protect limiting acc. | Excel Worksheet Functions |