View Single Post
 
Old 05-25-2012, 11:02 PM
tinfanide tinfanide is offline Windows 7 64bit Office 2010 32bit
Expert
 
Join Date: Aug 2011
Posts: 312
tinfanide is on a distinguished road
Default change default font color to wdRed

How can I make sure every word typed is in red instead of doing this after typing all the texts:

Code:
With ActiveDocument.Styles("Normal").Font
       .ColorIndex = wdRed
End With
It just changes all the words into red words.
Reply With Quote