View Single Post
 
Old 02-15-2014, 08:52 PM
Charles Kenyon Charles Kenyon is offline Windows 7 64bit Office 2010 32bit
Moderator
 
Join Date: Mar 2012
Location: Sun Prairie, Wisconsin
Posts: 9,533
Charles Kenyon has a brilliant futureCharles Kenyon has a brilliant futureCharles Kenyon has a brilliant futureCharles Kenyon has a brilliant futureCharles Kenyon has a brilliant futureCharles Kenyon has a brilliant futureCharles Kenyon has a brilliant futureCharles Kenyon has a brilliant futureCharles Kenyon has a brilliant futureCharles Kenyon has a brilliant futureCharles Kenyon has a brilliant future
Default

I don't know if that is a command, as such, but commands can be added if you can find them. Look under all commands. There are a lot of commands.

I don't find it, but the following macro works:

Code:
Sub ColorGreen()
   '
   ' ColorGreen Macro
   '
      Selection.Font.ColorIndex = wdGreen
   '
End Sub
See Installing Macros if you need help adding such a macro.

Last edited by Charles Kenyon; 02-16-2014 at 06:08 AM.
Reply With Quote