Home |
Search |
Today's Posts |
#9
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I would like to be able to Show All in a protected sheet. I have
successfully implemented the suggestions in the thread below, but in addition to Showing All, they CLEAR the Filters. Anyone know of a way to Show All in a protected sheet without clearing the filters? TIA "davegb" wrote in message ups.com... Since I'm not using Autofilter, I guess it doesn't matter. I have found another issue. If I protect the spreadsheet, the filters still work, but the remove filter button gives me a "Runtime Error 1004". It seems strange to me that I can filter, but not remove the filter. I'm guessing it has to do with the method. I'm using a recorded macro and using advanced filter to apply the filter. Range("A1:G13").AdvancedFilter Action:=xlFilterInPlace, CriteriaRange:= _ Range("K1:K2"), Unique:=False For the "Show All" button, I'm using a macro with Columns("a:a").AutoFilter Field:=1 Is there a way to remove the filter that will run on a protected worksheet? |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Debug Error | Excel Discussion (Misc queries) | |||
Debug Error | Excel Discussion (Misc queries) | |||
Debug Error | Excel Discussion (Misc queries) | |||
down with the debug error | Excel Programming | |||
Debug Error | Excel Programming |