A
Andrew
I am using a simple VBA command (in combination with a custom ribbon) to
insert Comments.
Here's the code:
Selection.Comments.Add Range:=Selection.Range, Text:=MyText
I'm wondering:
1) If there is any way to get rid of the word "Comment" that automatically
appears
and
2) If I can automatically put formatted text into the Comment. That is, the
MyText variable above is plain text, but I'd like to include automatically
formatted bullets and hyperlinks. I tried to do it via macro but ended up
formatting the text of the actual document, not the text going into the
bubble.
Many thanks in advance for any help.
insert Comments.
Here's the code:
Selection.Comments.Add Range:=Selection.Range, Text:=MyText
I'm wondering:
1) If there is any way to get rid of the word "Comment" that automatically
appears
and
2) If I can automatically put formatted text into the Comment. That is, the
MyText variable above is plain text, but I'd like to include automatically
formatted bullets and hyperlinks. I tried to do it via macro but ended up
formatting the text of the actual document, not the text going into the
bubble.
Many thanks in advance for any help.