Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi,
I am trying to write a macro that checks each row for a specific text in a column. If it does not contain the text, I want to hide the row. ....BUT only if checkbox1 is checked (true). I thought it would be something like the below, but I don't have it right.... I am doing this within a For...next loop. If Cells(RowNumber, SearchColumn) < "*SPECIFIC TEXT*" And CheckBox1 = True Then 'Select row Rows(RowNumber).Select 'Hide row Selection.EntireRow.Hidden = True Any help appreciated. Thanks. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Nested formula to search a text string and return specific text | Excel Worksheet Functions | |||
Looking for a way to search for specific text across columns | Excel Worksheet Functions | |||
search column of text cellto identify those cells with specific w | Excel Worksheet Functions | |||
How do I search for specific text and sum the cell to the right? | Excel Worksheet Functions | |||
Excel Macro Query - Search for specific text in cells of a column | Excel Programming |