View Single Post
 
Old 10-15-2012, 06:02 AM
Ulodesk Ulodesk is offline Windows 7 64bit Office 2010 64bit
Word 2013 Expert Cert
 
Join Date: Sep 2009
Location: Virginia
Posts: 872
Ulodesk is on a distinguished road
Default

Sub Color()
'
' Color Macro
'
'
ActiveDocument.Background.Fill.ForeColor.ObjectThe meColor = _
wdThemeColorAccent1
ActiveDocument.Background.Fill.ForeColor.TintAndSh ade = 0#
ActiveDocument.Background.Fill.Visible = msoTrue
ActiveDocument.Background.Fill.Solid
End Sub
Reply With Quote