MrProgrammer
Programmer
I want to show Custom Autofilter dialog box by code in the VB Editor. I tried to use save macro option. But it save some code like below.
Selection.AutoFilter Field:=1, Criteria1:="=", Operator:=xlAnd
This code is the result of the dialog box. I want to show the "Custom Autofilter" dialog box(Data-Filter-Autofilter then Custom) by code. How can I do this?????
Selection.AutoFilter Field:=1, Criteria1:="=", Operator:=xlAnd
This code is the result of the dialog box. I want to show the "Custom Autofilter" dialog box(Data-Filter-Autofilter then Custom) by code. How can I do this?????