Change format of all comments in an Excel worksheet

G

Guest

I'd like to change the formatting of all comments in an Excel worksheet. The
help menu only tells how to format individual comments. Does anyone know a
simple way to do this? (Using format painter might be an option if there are
only a few comments, but I don't think it would work very well when more than
100 cells have comments.)
Thanks for any help on this.
 
D

Dave Peterson

Depending on what you're doing, you may be able to loop through each comment and
change the formats.

I'd record a macro when I did one alteration, then try to generalize it to do
all the comments.

Debra Dalgleish has lots of sample code for working with comments:
http://contextures.com/xlcomments03.html
 

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