Is it possible to filter a cell in Excel using several criteria VBA -


i wondering if possible filter on cell in vba using more 2 criteria?

activesheet.range("$a$1:$r$" & numberoflines).autofilter field:=1, criteria1:="=*pso*", operator:=xlor, criteria2:="=*nsm*"... 

if it's not possible, there way filter cell using several criteria?

using array, example, criteria1:=array("2","3", "5")


Comments

Popular posts from this blog

Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.12:test (default-test) on project.Error occurred in starting fork -

iis - ASP.Net Core CreatedAtAction in HttpPost action returns 201 but entire request ends with 500 -