Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Anyone know how to set the default so it applies to all comments - mine is
set at 8 point much too small, and I can only change within each comment one at a time. Thanks |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I don't see any way to affect the default behaviour, but you can change all
comments in a WB with: Dim WS As Worksheet Dim Com As Comment For Each WS In ThisWorkbook.Worksheets For Each Com In WS.Comments With Com.Shape.TextFrame.Characters.Font .Name = "Times New Roman" .Size = 14 End With Next Next NickHK "rickz" wrote in message ... Anyone know how to set the default so it applies to all comments - mine is set at 8 point much too small, and I can only change within each comment one at a time. Thanks |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
You change the default comment properties through the ToolTips in Windows.
Right click on the desktop, select Properties, choose the Appearance tab then Advanced. Under Item, select ToolTip. From here you can change the default background color and font for Excel comments. "rickz" wrote: Anyone know how to set the default so it applies to all comments - mine is set at 8 point much too small, and I can only change within each comment one at a time. Thanks |
#4
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
OK, I stand corrected. But this will change all such objects in Windows, not
just Excel comments. NickHK "hmm" wrote in message ... You change the default comment properties through the ToolTips in Windows. Right click on the desktop, select Properties, choose the Appearance tab then Advanced. Under Item, select ToolTip. From here you can change the default background color and font for Excel comments. "rickz" wrote: Anyone know how to set the default so it applies to all comments - mine is set at 8 point much too small, and I can only change within each comment one at a time. Thanks |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
default font size of comment | Excel Discussion (Misc queries) | |||
How to change the default setting for font and size? | Excel Discussion (Misc queries) | |||
setting up default font size in comments | Setting up and Configuration of Excel | |||
How do I change default font size for comment boxes in Excel? | Excel Discussion (Misc queries) | |||
Default cell comment fill color and font size | Excel Discussion (Misc queries) |