Hi Guys,
Just wanna ask if you could help me with this, I am currently automating a process that needs to filter a text that contains a particular text and other texts.
Example Code:
ActiveSheet.Range("$A$1:$B$50000").AutoFilter Field:=1, Criteria1:=Array( _
"*Account*", "Approved"...