M
mcnaught@lincoln
Hi,
Don't know if this can be done but i'd like to be able to filter a list
that has a keyword within a cell formula.
EG I'd like to filter all the rows that have a vlookup function
Is this possible?
Thanks in advance
Peter
PS
My current code filters the results from a formula:
Range("Database").AdvancedFilter Action:=xlFilterInPlace,
CriteriaRange:= _
Workbooks("Lookup Tables.xls").Sheets("Opening
Screen").Range("CriteriaTravel"), Unique:=False
The Range "CriteriaTravel":
=OR(COUNTIF(D3,"*travel*")=1,COUNTIF(D3,"*mileage*")=1)
Don't know if this can be done but i'd like to be able to filter a list
that has a keyword within a cell formula.
EG I'd like to filter all the rows that have a vlookup function
Is this possible?
Thanks in advance
Peter
PS
My current code filters the results from a formula:
Range("Database").AdvancedFilter Action:=xlFilterInPlace,
CriteriaRange:= _
Workbooks("Lookup Tables.xls").Sheets("Opening
Screen").Range("CriteriaTravel"), Unique:=False
The Range "CriteriaTravel":
=OR(COUNTIF(D3,"*travel*")=1,COUNTIF(D3,"*mileage*")=1)