I know this does not meet your specific specifications (I was not sure in the order of priority, so I just finished), but this should work:
Add a field to the table as a formula, something similar to:
=if(OR(AND(Field1>=400000,Field1<>440400,Field1<>440600,Field1<>440300), AND(Field5<110,Field5>105))
Again, I completely did this based on the values ββthat you had, so I understand that this is not consistent, and the names of the actual fields do not match.
Then add your vba filter to this new column / field.
source share