Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Dim cell As Range
For Each cell In Range("a3:a250") If InStr(cell, "Trex") Then cell.Offset(0, 0).EntireRow.Select End If Next Above works but now I want to make it highlight in addition to the row highlighted all rows afterwards until the next time it finds "Trex" or 5 consecutive empty cells. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Selecting range in list of range names depending on a cell informa | Excel Discussion (Misc queries) | |||
Selecting Used Range | Excel Programming | |||
Help please in selecting range dependent on another range | Excel Programming | |||
Selecting a Range inside a range | Excel Programming | |||
Help with selecting a range... | Excel Programming |