Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I would like to hide all rows that do not match a criteria in a specific
column. The criteria though is sometimes "hidden" in a text like blablakeywordblabla - in this case the keyword is given and should be identified regardless whether there is blabla around. The kleene stern method *keyword* does not work, I tried already the following: If Cells(x, 11).Value = "*erledigt*" Then Cells(x, 11).EntireRow.Hidden = True End If Does somebody know how I could do this? Thanks |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How to evaluate string form of numeric expression in VBA? | Excel Programming | |||
regular expression parse string Perl $1 VBScript.RegExp | Excel Programming | |||
Find Row from MAX expression | Excel Programming | |||
Run/Execute string expression | Excel Programming | |||
Giving the String expression for Numeric Values.... | Excel Programming |