textsize on comments

A

Andreas

I want to make the textsize in a comment bigger , but I
can't find any vba code to do this. If it isn't possible
to change the fontsize of a comment in a macro, is there
someway to change the default font and size of a
comment's text?

/Andreas
 
D

Dave Ramage

Its a bit of a long one this...!

ActiveCell.Comment.Shape.TextFrame.Characters.Font.Size =
16

Cheers,
Dave.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top