I am auto-filtering on a sheet right now that will filter out anything not highlighted:
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...