Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Is it possible to allow users to group & ungroup rows in a protected sheet?
|
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
You must have the DataGroup and Outline area pre-set.
Then you add event code to the worksheet module. Private Sub Worksheet_Activate() With Me .Protect Password:="justme", userinterfaceonly:=True .EnableOutlining = True End With End Sub This will allow showing and hiding detail on a protected sheet. Gord Dibben MS Excel MVP On Wed, 24 Mar 2010 12:41:01 -0700, RLD wrote: Is it possible to allow users to group & ungroup rows in a protected sheet? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How can I allow group ungroup while sheet is protected? | Excel Discussion (Misc queries) | |||
Group/Ungroup with sheet protected | Excel Discussion (Misc queries) | |||
How do i enable "Group" & "Ungroup" in a protected sheet | Excel Discussion (Misc queries) | |||
Group and ungroup protected sheets | Excel Discussion (Misc queries) | |||
How use group and ungroup functions while worksheet is protected | Excel Worksheet Functions |