Home |
Search |
Today's Posts |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
You can change the colour - or indeed any defined formattting of a
cell - by using a routine called by the Workbook_SheetCalculate, Workbook_SheetSelectionChange or similar events. Just use an IF statement or any other logical test that results in a change in formatting. For example: If Cells(2,3).Value = <some condition Then Cells(2,3).Interior.ColorIndex = 20 End If |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How can I convert conditional formatting into explicit formatting? | Excel Discussion (Misc queries) | |||
Conditional formatting--different formatting depending on cell con | 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 that will display conditional data | Excel Worksheet Functions |