Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Using Excel 2003. I created a Reset Macro to reset all AutoFilters to All
in a list. The macro looks like: Sub Reset() Range("A6").Select Selection.AutoFilter Field:=1 Range("B6").Select Selection.AutoFilter Field:=2 End Sub The above works fine until I password-protect the worksheet, and then I get a Run Time Error 1004 , cannot use this command on a protected t sheet. Even though I allow users to Sort & Use Autofilter. Any suggestions? Thanks in advance for your help. -- Merci! Bonzai |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Need Macro to reset dependent list | Excel Discussion (Misc queries) | |||
Reset Validation cells to first list value | Excel Discussion (Misc queries) | |||
Reset Validation lists to display 1st value in list | Excel Programming | |||
Validation List - Reset to Top Value? | Excel Programming | |||
VBA How to Reset a List box | Excel Programming |