Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I need to know how to write the code for a command button to clear all
filters for a spreadsheet that contains several columns of lists. I want to click the button and it clear all fitered list back to "all" |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
try
Sub showall() On Error GoTo away ActiveSheet.ShowAllData away: End Sub -- Don Guillett Microsoft MVP Excel SalesAid Software "Helios" wrote in message ... I need to know how to write the code for a command button to clear all filters for a spreadsheet that contains several columns of lists. I want to click the button and it clear all fitered list back to "all" |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Thanks for the reply, I will try it.
"Don Guillett" wrote: try Sub showall() On Error GoTo away ActiveSheet.ShowAllData away: End Sub -- Don Guillett Microsoft MVP Excel SalesAid Software "Helios" wrote in message ... I need to know how to write the code for a command button to clear all filters for a spreadsheet that contains several columns of lists. I want to click the button and it clear all fitered list back to "all" |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
auto filters and worksheet protection | Excel Worksheet Functions | |||
Protecting a worksheet with filters | Excel Worksheet Functions | |||
Worksheet protection vs filters | Excel Discussion (Misc queries) | |||
Is it possible to use filters in a protected worksheet? | Excel Discussion (Misc queries) | |||
How do i move the filters from the columns on line one to the col. | Excel Worksheet Functions |