|
-
Jun 13th, 2006, 09:51 AM
#1
Thread Starter
New Member
Solved! How do I change color for individual character within cell comment using VBA?
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
Last edited by bongobongo; Jun 13th, 2006 at 11:12 AM.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|