View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Debra Dalgleish Debra Dalgleish is offline
external usenet poster
 
Posts: 2,979
Default Comment Font Size

There's some sample code for formatted comments he

http://www.contextures.com/xlcomments03.html#Formatted

Sheldon wrote:
In code how do I change the comment font size?

I am creating the comment as follows

Sheet3.Range(strCol & strRow).AddComment
Sheet3.Range(strCol & strRow).Comment.Visible = False
Sheet3.Range(strCol & strRow).Comment.Text strComment
Sheet3.Range(strCol & strRow).Comment.Shape.TextFrame.AutoSize = True


Thanks



--
Debra Dalgleish
Excel FAQ, Tips & Book List
http://www.contextures.com/tiptech.html