how to apply font color in Excel's header/footer?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • finish77
    New Member
    • Nov 2009
    • 1

    how to apply font color in Excel's header/footer?

    Hello'

    I'm trying to apply font color in Excel's header.
    I found out (using a macro) that "KFF0000" represents the color red, but in my application the user can choose what color he wants for the font to be in the header.
    Does somebody know how to do it?
    Does anybody know what "KFF0000" is? ('K' is a probably a const, but what about the rest?)?

    Thanks in advance
  • tlhintoq
    Recognized Expert Specialist
    • Mar 2008
    • 3532

    #2
    Colors are represented in values from 0-255 of Red, Green, Blue
    FF - 00 - 00 Would be 255 Red, 00 Green, 00 Blue
    Mixing combinations will get you all {practical} colors the eye can see.

    Comment

    Working...