Home |
Search |
Today's Posts |
#5
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Thanks Bob
I thought I had tested thoroughly but guess not<g Gord On Sun, 20 Jul 2008 21:11:38 +0100, "Bob Phillips" wrote: I think that will do the same Gord. Dim objSht Set objSht = ActiveSheet With objSht With .Range("C11") .FormatConditions.Delete .FormatConditions.Add Type:=xlExpression, _ Formula1:="=ISNUMBER(SEARCH(""KC""," & ActiveCell.Address(False, False) & "))" .Interior.ColorIndex = 43 End With End With |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Formatting Conditional Formatting Icon Sets | Excel Discussion (Misc queries) | |||
Formatting cells in a column with conditional formatting? | Excel Discussion (Misc queries) | |||
Protect Cell Formatting including Conditional Formatting | Excel Discussion (Misc queries) | |||
conditional Formatting based on cell formatting | Excel Worksheet Functions | |||
Conditional Formatting that will display conditional data | Excel Worksheet Functions |