Home |
Search |
Today's Posts |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hi Ed,
If you want to add conditionnal formatting with your macro Selection.FormatConditions.Add If you want to test Range("B3").Value and then apply format changes With Selection.Interior .ColorIndex = 1 End With With Selection.Font .Name = "Arial Narrow" .FontStyle = "Normal" .ColorIndex = 2 End With HTH Carim |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
error when running cut & paste macro | Excel Worksheet Functions | |||
Deferring conditional formatting? | Excel Discussion (Misc queries) | |||
cannot use ISEVEN or ISODD functions in Conditional Formatting | Excel Worksheet Functions | |||
enhanced conditional formatting | Excel Discussion (Misc queries) | |||
difficulty with conditional formatting | Excel Discussion (Misc queries) |