satish.nl
05-12-2016, 05:46 AM
Au
10
63
1888
Ad
11
50
555
Au
10
51
888
Ad
10
63
222
Au
11
55
8798
hi my table looks similar to the above
i have to filter first three columns at the same time
after applying filters for first two columns, im not able to filter the third column using the required data,
required data in third column is hidden after applying filter for the 2nd column, my method for filtering data is
With ActiveSheet
.Cells(1).AutoFilter 1, "Ad"
.Cells(2).AutoFilter 4, 11
.Cells(3).AutoFilter 3, 63
please suggest me few ideas in sorting the issue
Thanks in advance
Satish
10
63
1888
Ad
11
50
555
Au
10
51
888
Ad
10
63
222
Au
11
55
8798
hi my table looks similar to the above
i have to filter first three columns at the same time
after applying filters for first two columns, im not able to filter the third column using the required data,
required data in third column is hidden after applying filter for the 2nd column, my method for filtering data is
With ActiveSheet
.Cells(1).AutoFilter 1, "Ad"
.Cells(2).AutoFilter 4, 11
.Cells(3).AutoFilter 3, 63
please suggest me few ideas in sorting the issue
Thanks in advance
Satish