Thread
: [Solved]
change default font color to wdRed
View Single Post
05-25-2012, 11:02 PM
tinfanide
Windows 7 64bit
Office 2010 32bit
Expert
Join Date: Aug 2011
Posts: 312
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.
tinfanide
View Public Profile
Find all posts by tinfanide