Hello,

I'm having a issue to come up with a VBA that can help me filter data starting from row 11 as a header to the last row. This data contains thousand of rows so I need a vba help me sort from a to z for colum E11, F11 and G11 then filter values in column L11 based on the threshold like in between 0 to -100 or 0 to 1000 based on cell B2 and B3 input and filter customer based on cell B4. If cell B2, B3, and B4 are blank then just execute sorting only.

Please help and thank you in advance.