Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I have the following script where I want to be able to password protect a
sheet but still allow Autofiltering to work. It protects the sheet but you cannot Autofilter. Any ideas where I have gone wrong? Sub Lock() For Each ws In Worksheets AllowFiltering:=True ws.Protect Password = "password" Next ws End Sub |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
excel 2007 autofilter change to 2003 autofilter functionality? | Excel Discussion (Misc queries) | |||
2007 excel autofilter back to 2003 autofilter? | Excel Discussion (Misc queries) | |||
2007 excel autofilter change back to 2003 autofilter? | Excel Discussion (Misc queries) | |||
2007 Autofilter worse than 2003 Autofilter | Excel Discussion (Misc queries) | |||
Excel 2000/XP script to Excel97 script | Excel Programming |