View Single Post
 
Old 09-05-2015, 09:03 PM
gmayor's Avatar
gmayor gmayor is offline Windows 7 64bit Office 2010 32bit
Expert
 
Join Date: Aug 2014
Posts: 4,138
gmayor has much to be proud ofgmayor has much to be proud ofgmayor has much to be proud ofgmayor has much to be proud ofgmayor has much to be proud ofgmayor has much to be proud ofgmayor has much to be proud ofgmayor has much to be proud ofgmayor has much to be proud of
Default

Grab ColorCop, a free download. It is invaluable when working with colours. It will return a value like - &H86553D (grabbed from the blue bands in this forum's default style) which you can use in your code e.g.
Code:
Selection.Font.Color = &H86553D
I use it to match Word colours to clients' corporate styles.
__________________
Graham Mayor - MS MVP (Word) (2002-2019)
Visit my web site for more programming tips and ready made processes www.gmayor.com
Reply With Quote