nniedzielski
Well-known Member
- Joined
- Jan 8, 2016
- Messages
- 598
- Office Version
- 2019
- Platform
- Windows
I am auto-filtering on a sheet right now that will filter out anything not highlighted:
I want to now tack onto this code to make it auto-filter for anything not highlighted or anything highlighted red. How can I add on to this?
thanks,
Code:
ActiveSheet.Range("A:D").AutoFilter Field:=2, Operator:= _
xlFilterNoFill
I want to now tack onto this code to make it auto-filter for anything not highlighted or anything highlighted red. How can I add on to this?
thanks,