Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
This part of my macro runs perfectly:
For Each c In Range("D6:D61") If c.Resize(, 15).Interior.ColorIndex = xlNone Then c.Offset(, -1).Interior.ColorIndex = 6 It runs though the rows, checks for xlNone and changes the color of the offset cell. I would also like it to check the rows and if all cells in a row are blank, change the color of the offset cell. I have tried several variations such as: For Each c In Range("D6:D61") If c.Resize(, 15).Value = "" Then c.Offset(, -1).Interior.ColorIndex = 6 But no luck. Thanks CR |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Help with Resize | Excel Programming | |||
I could NOT resize the axis title but excel allows me to resize gr | Charts and Charting in Excel | |||
RESIZE PROPERTY: is it possible to resize "up" and "to the left"? | Excel Programming | |||
I could NOT resize the axis title but excel allows me to resize gr | Charts and Charting in Excel | |||
Need some help with Resize. Thanks | Excel Programming |