beastmode100
New Member
- Joined
- May 7, 2018
- Messages
- 1
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", "Prepared"), Operator:=xlFilterValues
The "*Account*" code is the one that needs to scan if the table has data that has the text "Account". But in running the code all it filters are the items that are equal to "Approved" and "Prepared" only.
Kindly help! Thank you!
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", "Prepared"), Operator:=xlFilterValues
The "*Account*" code is the one that needs to scan if the table has data that has the text "Account". But in running the code all it filters are the items that are equal to "Approved" and "Prepared" only.
Kindly help! Thank you!