Monday, February 17, 2014

How to change the font color (VBA-Word)

To change the font color of a selected text just write the following macro:

Sub green()

Selection.Font.Color = 5296274

End Sub



No comments: