Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() I have VBA code that changes the background color of a cell but I woul also like to change the color of the font. The code below changes the cell RED but I would also like the fon WHITE. code: -------------------------------------------------------------------------------- Case Cells(CurrRow, 8) < 80 CurrRow = Thing.Row Range(Cells(CurrRow, 8), Cells(CurrRow, 8)).Select 'Grab column 1 where found With Selection.Interior .ColorIndex = 3 '3=red .Pattern = xlSolid End With ------------------------------------------------------------------------------- -- magoobe ----------------------------------------------------------------------- magoobee's Profile: http://www.excelforum.com/member.php...fo&userid=2158 View this thread: http://www.excelforum.com/showthread.php?threadid=37654 |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Font color changing by itself | Excel Discussion (Misc queries) | |||
Changing Font color based on font type or size | Excel Discussion (Misc queries) | |||
Changing Font Color | Excel Discussion (Misc queries) | |||
changing font color for new text | Excel Discussion (Misc queries) | |||
Changing Font Color | Excel Programming |