Home |
Search |
Today's Posts |
#6
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Rob,
Right click the sheet tab, view code and paste this in. Change the ranges, conditions and colours to suit Private Sub Worksheet_Change(ByVal Target As Range) If Not Intersect(Target, Range("A1:A1000")) Is Nothing Then Select Case Target Case 1 icolor = 6 Case 2 icolor = 12 Case 3 icolor = 7 Case 4 icolor = 53 Case 5 icolor = 15 Case 6 icolor = 42 End Select Target.Interior.ColorIndex = icolor End If End Sub Mike "rob" wrote: How can I increase the number of conditional formats which is now limited to 3? |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
paste conditional formats as formats | Excel Discussion (Misc queries) | |||
More than 3 Conditional Formats | Excel Discussion (Misc queries) | |||
Conditional Formats | New Users to Excel | |||
more than 3 conditional formats | Excel Discussion (Misc queries) | |||
Using Conditional Formats | Excel Discussion (Misc queries) |