JFulford84
Board Regular
- Joined
- Jun 14, 2010
- Messages
- 158
Code:
ActiveSheet.Range("$A$1:$N$247").AutoFilter Field:=2, Criteria1:=myList, _
Operator:=xlFilterValues
What is wrong with this? MyList is a String Array.
This filters out all names in that range.