Show Custom AutoFilter Dialog with VBA 2007

F

Francis

Is it possible to directly open the Custom AutoFilter Dialog with VBA
in Excel 2007?

Application.Dialogs(xlDialogAdvanced).Show opens the Advanced Filter
dialog. I'd like to open the Custom AutoFilter dialog.where you can
choose equals, does not equal, etc... There seems to be only two
filter-related xlBuiltInDialog members available.
 
Top