Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Has anyone else come across this, or am I doing something wrong? In Excel
2003 I protected a worksheet, enabling the AutoFilter in the list of protection options. However, even though I did this, I couldn't turn AutoFilter on. I looked up help, which said that enabling the AutoFilter in the protection options is all you had to do. It also gave some code for use in earlier versions. I used the code and the AutFilter works!! However, it definitely doesn't simply by enabling it in the list of protection options. Has anyone else come across this? the code is: Sub test() Results.Protect Password:="test", DrawingObjects:=True, _ contents:=True, Scenarios:=True, _ userinterfaceonly:=True Results.EnableAutoFilter = True End Sub This solution works perfectly, but I am frustrated that the simple option for Excel 2003 doesn't seem to work. I train other people who don't necessarily understand code. Cheers Aehan |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Excel 2003 FAILS, but Excel 2000 SUCCEEDS ??? | Excel Discussion (Misc queries) | |||
Excel 2003, Convert EXISTING Worksheet Data to XML? | Excel Discussion (Misc queries) | |||
Excel 2003 - Linking Formulas, Worksheet to Worksheet | Excel Discussion (Misc queries) | |||
How can I do a "Save As" on a protected excel worksheet | Excel Worksheet Functions | |||
How do I show protected cells in an EXCEL worksheet | Excel Discussion (Misc queries) |