Hi.
I have with VBA inserted one or more lines into a cell comment.
How do I change the color for the first character in each line using
VBA, each of the first characters will have different colors.
Is this possible?..... ... example code please.
Got the solution:
ActiveCell.Comment.Shape.TextFrame.Characters(1, 1).Font.ColorIndex = 4
