Combine Comments

G

Guest

I need to be able to combine (add) comments from numerous worksheets in a
summary worksheet. Cannot use SUM with comments (text) Any suggestions.

Thanks
Frank
 
N

N10

Beep Beep said:
I need to be able to combine (add) comments from numerous worksheets in a
summary worksheet. Cannot use SUM with comments (text) Any suggestions.

Thanks
Frank

Hi Frank

Convert the comment.text to a string
as in "AAA = cell.Comment.Text"

Then concatate the string into a second string variable

such as

"BBB = BBB & " " & AAA

Hope this helps

N10
 

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