Home |
Search |
Today's Posts |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Put the following code with the worksheet.
Private Sub Worksheet_Change(ByVal Target As Range) If Target.Address = "$Q$6" And Target < 0 Then Target.Offset(1, 0).Interior.ColorIndex = 3 Else Target.Offset(1, 0).Interior.ColorIndex = 0 End If End Sub |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Convert Conditional Formatting to Conventional Formatting | Excel Programming | |||
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 |