Home |
Search |
Today's Posts |
#1
![]() |
|||
|
|||
![]()
Is it possible to format the font of the comments in various cells in a
particular sheet at once.Isit possible to change the taqhoma font to verdana in the comment boxes all at once |
#2
![]() |
|||
|
|||
![]()
You can do this with formatting. For example, the following code will
change all comments to Verdana, font size 12: '====================== Sub FormatAllComments() Dim ws As Worksheet Dim cmt As Comment For Each ws In ActiveWorkbook.Worksheets For Each cmt In ws.Comments With cmt.Shape.TextFrame.Characters.Font .Name = "Verdana" .Size = 12 End With Next cmt Next ws End Sub '======================== steve wrote: Is it possible to format the font of the comments in various cells in a particular sheet at once.Isit possible to change the taqhoma font to verdana in the comment boxes all at once -- Debra Dalgleish Excel FAQ, Tips & Book List http://www.contextures.com/tiptech.html |
#3
![]() |
|||
|
|||
![]()
Steve
On Fri, 6 May 2005 16:55:01 -0700, "steve" wrote: Is it possible to format the font of the comments in various cells in a particular sheet at once.Isit possible to change the taqhoma font to verdana in the comment boxes all at once |
#4
![]() |
|||
|
|||
![]()
Steve
Not sure, but maybe one of the subjects at Debra Dalgeish's site will help. http://www.contextures.on.ca/xlcomments03.html Gord Dibben Excel MVP On Fri, 6 May 2005 16:55:01 -0700, "steve" wrote: Is it possible to format the font of the comments in various cells in a particular sheet at once.Isit possible to change the taqhoma font to verdana in the comment boxes all at once |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
difficulty with conditional formatting | Excel Discussion (Misc queries) | |||
conditional formatting question | Excel Discussion (Misc queries) | |||
Copy conditional formatting across multiple rows? | Excel Discussion (Misc queries) | |||
Conditional formatting not available in Excel | Excel Discussion (Misc queries) | |||
How can I globally change the formatting of all my comments in Exc | Excel Discussion (Misc queries) |