Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
All,
Is it possilbe to access the "Custom" filter Dialog box that is available when the user manually selects the drop- down in an autofiltered field header. I have review the list of built-in dialogs and could not locate it. TIA, AlexJ |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Sub Tester2()
Application.ExecuteExcel4Macro "FILTER?(1,""*A*"")" End Sub the 1 pertains to which column. the ""*A**"" would produce contains A, alter to suit your needs. The autofilter dropdowns should already be visible on the active sheet. -- Regards, Tom Ogilvy "AlexJ" wrote in message ... All, Is it possilbe to access the "Custom" filter Dialog box that is available when the user manually selects the drop- down in an autofiltered field header. I have review the list of built-in dialogs and could not locate it. TIA, AlexJ |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
autofilter dialog boxes - can i call this up in the | Excel Worksheet Functions | |||
Display a Custom Dialog Box | Excel Discussion (Misc queries) | |||
Help with custom save as dialog box. | Excel Discussion (Misc queries) | |||
custom views dialog box | New Users to Excel | |||
Custom View Dialog Box | Excel Discussion (Misc queries) |