From: RLD on 24 Mar 2010 15:41 Is it possible to allow users to group & ungroup rows in a protected sheet?
From: Gord Dibben on 25 Mar 2010 14:46 You must have the Data>Group 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 <RLD(a)discussions.microsoft.com> wrote: >Is it possible to allow users to group & ungroup rows in a protected sheet?
|
Pages: 1 Prev: Row Height Adds Blank Space at End of Text Next: Excel data from spreadsheet to database |