Home |
Search |
Today's Posts |
#4
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]() Why not just use Conditional Format? To do the VBA: Range("").Select Selection.FormatConditions.Delete Selection.FormatConditions.Add Type:=xlCellValue, Operator:=xlEqual, Formula1:="=""Pass Msg""" Selection.FormatConditions(1).Font.ColorIndex = Selection.FormatConditions(1).Interior.ColorIndex = -- Bearacade ------------------------------------------------------------------------ Bearacade's Profile: http://www.excelforum.com/member.php...o&userid=35016 View this thread: http://www.excelforum.com/showthread...hreadid=573849 |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Button or key to conditionally change text foreground color? | New Users to Excel | |||
Button or key to conditionally change text foreground color? | New Users to Excel | |||
Event Macro adjustment needed - need to change font color also | Excel Worksheet Functions | |||
change font color of cell based on critera | Excel Worksheet Functions | |||
Change Font Color Based on Classification | Excel Discussion (Misc queries) |