FONT COLOR and Cell Size

O

Ofer Cohen

To change the color using code?
e.g change to red use:
Me.TextBoxName.ForeColor = 255

Or, open the text box properties and change the ForeColor Property by
selecting another one.

If you want to change the color of the font depending on a criteria then use
the Conditional Formatting
 
Top