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 <R...@discussions.microsoft.com>
wrote:
>Is it possible to allow users to group & ungroup rows in a protected sheet?
All the code does is allow changing G & O the sheet when sheet is selected.
All other protection remains in effect.
Right-click on the sheet tab and "View Code".
Copy/paste the code into that sheet module.
Alt + q to return to Excel.
Switch sheets forth and back to see results of code.
Gord
Found many suggestions how to enable grouping in protected sheet, but still doesn't work for me. Is it problem because I'm using Excel 2010? All it does - asks me to save file as xlsm mode and then still does nothing... Thank you for any advice.
Submitted via EggHeadCafe - Software Developer Portal of Choice
Why GUIDs are not a good idea for SQL Server Primary Keys
http://www.eggheadcafe.com/tutorials/aspnet/d662b371-ed27-481c-aee0-ebe7cf2d9fad/why-guids-are-not-a-good-idea-for-sql-server-primary-keys.aspx