Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
A different approach that uses code to set the conditional format method
directly on the sheet. With Sheets("Sheet1").Range("A2:A48") .FormatConditions.Delete .FormatConditions.Add Type:=xlExpression, Formula1:="=$A$1=""""" .FormatConditions(1).Font.ColorIndex = 2 .FormatConditions.Add Type:=xlExpression, Formula1:="=$A$1<""""" .FormatConditions(2).Font.ColorIndex = 5 End With -- Cheers Nigel "Corey" wrote in message ... How would i do this via code: If "A1"="" then "A2" font Colour="White" else "A2" font colour="Blue" I want to do this to a range of cells from A1:A48 Regards Corey |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
split post code (zip code) out of cell that includes full address | Excel Discussion (Misc queries) | |||
Drop Down/List w/Code and Definition, only code entered when selec | Excel Worksheet Functions | |||
do anybody have a sample code for executing excel macro from vb code?<eom | Excel Programming | |||
run code on opening workbook and apply code to certain sheets | Excel Programming | |||
stubborn Excel crash when editing code with code, one solution | Excel Programming |