Hi,
can anybody help me to apply multilevel filter in vba i am trying to apply 2 levels if autofilter in VBA, but it removes filter apply filter again on selected region
below is the code
Private Sub test()
Dim Sh As Worksheet
Dim Rng As Range
Dim Rnge As Range
Dim ws As...