Hello,
I am unable to use advanced filtering and normal filtering in the same spreadhseet.
To explain I have created two buttons in the s/sheet and have assigned advanced filtering macros to these. When I run this macro (press the button) the existing filter (on column D) goes away. Below is the macro used for one button
-----------------------
-----------------------![]()
Sub FilterERT() ' ' FilterERT Macro ' ' Range("C63:G63").Select Range("B34:DN58").AdvancedFilter Action:=xlFilterInPlace, CriteriaRange:= _ Range("C62:G63"), Unique:=False Range("C34:G34").Select ActiveWindow.ScrollRow = 29 ActiveWindow.ScrollRow = 28 End Sub
I want the existing filter (Column D) in the excel to remain and also use the advanced filter Macro. Is there a way out?
Regards,
Sachin
Bookmarks