Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I currently have the following code in my protected worksheet, which enables
outlining. I have also created a button titled 'outline' to run the macro so the user does not have to go to the tools/macros/run. Option Explicit Sub auto_open() With Worksheets("sheet1") .Protect Password:="hi", userinterfaceonly:=True .EnableOutlining = True End With End Sub My worry however is that once the macro is run and outlining is enabled, some novice users will still find it tedious to click on every '+' and "-" to show/hide all the detail, especially if there are a lot of groupings. Is there code on a protected worksheet that will show/hide all the detail at once, equivalent to selecting ctrl A and then Data/Group and outline/show & hide detail on an unprotected sheet? Thank you. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How do I enable auto-expanding lists in a protected worksheet? | Excel Discussion (Misc queries) | |||
Outlining in Protected Sheet - Attention DP | Excel Discussion (Misc queries) | |||
enable commentaries when is protected | Excel Worksheet Functions | |||
enable autofilter in a protected worksheet in Excel 97 | Excel Worksheet Functions | |||
How to enable font color on protected worksheet? | Excel Discussion (Misc queries) |