Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
This is the code I use to color a cell based on text in the cell:
If Not Intersect(Target, Range("A5:G56")) Is Nothing Then Select Case Left(Target.Text, 4) Case Is = "Sick" icolor = 38 End Select How can I also get it to color the 2 cells immediately above it? |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Coloring cells | Excel Discussion (Misc queries) | |||
coloring cells | New Users to Excel | |||
coloring cells | Excel Discussion (Misc queries) | |||
Coloring Cells | Excel Worksheet Functions | |||
coloring cells | Excel Programming |