How do I insert a text with color. The code below will only insert normal text.
oDoc.Range.InsertAfter("Text Input One")
How do I insert a text with color. The code below will only insert normal text.
oDoc.Range.InsertAfter("Text Input One")
Range.Font.Color = wdColorRed
http://www.tech-archive.net/Archive/Word/microsoft.public.word.vba.general/2006-08/msg00064.html