Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I am trying to conditionally format any cell over the number 20. But when I
apply my code I get text included. I can't seem to figure out how to eliminat the formatting from the cells in the range that contain text. HELP!!! ================================================= For Each cell In xlRng '.Range("A4:A500") If cell.Value 20 And cell.Value Then cell.Interior.ColorIndex = 3 Next |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Trouble w/ conditional formatting and dates | Excel Discussion (Misc queries) | |||
2003: Having trouble with conditional formatting with custom user function (Repost) | Excel Worksheet Functions | |||
Trouble Finding Duplicate Values with Conditional Formatting | Excel Discussion (Misc queries) | |||
Trouble formatting | Excel Worksheet Functions | |||
Trouble with a conditional statement | New Users to Excel |