Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
This works fine:
If IsEmpty(cll.Offset(0, 1)) Then cll.Offset(0, 1).Interior.ColorIndex = 6 _ Else: cll.Offset(0, 1).Interior.ColorIndex = xlNone I want to do the same thing but for a range of cells in the row (from colum R to column V, for example - check to see if they are ALL empty and then highlight ALL of them, if so). Any help is much appreciated . |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
offsets (I think) | Excel Discussion (Misc queries) | |||
Countif & Offsets | Excel Discussion (Misc queries) | |||
Named range using offsets | Excel Programming | |||
cutting and pasting ranges using offsets | Excel Programming | |||
average, array and offsets | Excel Worksheet Functions |