Home |
Search |
Today's Posts |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Sub ryan()
Set r = Range(ActiveCell.Address & ":B65536") For Each rr In r If rr.Interior.ColorIndex = 40 Then MsgBox (rr.Row) Exit Sub End If Next End Sub -- Gary''s Student - gsnu200772 |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Cell interior color | Excel Discussion (Misc queries) | |||
Cell background color (interior color) setting not working | Excel Programming | |||
Find range by interior color | Excel Programming | |||
Interior Cell color | Excel Programming |