Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi, i am trying to write a condition that says if one of three cells in three
seperate ranges is blank, then fill the cell in another range with no colour. The code is identical to conditions above that highlight green etc. although those conditions are based on the value of the other cells and not their interior colour. No errors are returned but it simply misses the statement and continues to the else statement. I hope that makes sense! Any ideas? code... ElseIf rg2(i).Interior.ColorIndex = 0 Or rg3(i).Interior.ColorIndex = 0 Or rg4(i).Interior.ColorIndex = 0 Then rg(i).Interior.ColorIndex = 0 |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Still having problems with If --Elseif | Excel Discussion (Misc queries) | |||
Elseif? | Excel Worksheet Functions | |||
if elseif | Excel Discussion (Misc queries) | |||
elseif formula | Excel Discussion (Misc queries) | |||
If...Elseif...End If | Excel Programming |