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 -

windows - Debug iNetMgr.exe unhandle exception System.Management.Automation.CmdletInvocationException -

configurationsection - activeMq-5.13.3 setup configurations for wildfly 10.0.0 -