tags:

views:

167

answers:

2

How do I insert a text with color. The code below will only insert normal text.

oDoc.Range.InsertAfter("Text Input One")
A: 

Color is an attribute of the font of the range, so range.font.color can be read or set.