Home |
Search |
Today's Posts |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]() Try entering the following into your worksheets code module: Private Sub Worksheet_Change(ByVal Target As Range) If Target.Address = "$K$33" Then If Target.HasFormula = True Then Target.Interior.ColorIndex = -4142 'automatic Else Target.Interior.ColorIndex = 50 'green End If End If End Sub This will change the interior color of the cell to green whenever the cell DOES NOT contain a formula. You can substitute in any kind of formatting you choose. If you need further help, gimme a holler..... |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Deferring conditional formatting? | Excel Discussion (Misc queries) | |||
conditional formatting: problem entering EOMONTH formula... | Excel Discussion (Misc queries) | |||
conditional formatting: problem entering EOMONTH formula... | Excel Discussion (Misc queries) | |||
VBA | Excel Worksheet Functions | |||
Conditional Formatting using result of Cell Formulas | Excel Discussion (Misc queries) |