A
Anurag Kothari
Hi,
I am preparing a template where there are few sheets having
functionality of grouping and ungrouping of rows. I am using below
code for protecting and is working well:
Private Sub Worksheet_Activate()
With Me
..EnableOutlining = True
..Protect "XXX", UserInterfaceOnly:=True
End With
End Sub
Now in a specific sheet I also want to provide user the ability to
change the colour of the specific cells.
Please let me know how to update the above code to support the
requirement.
Any support is much appreciable !!!
-Anurag
I am preparing a template where there are few sheets having
functionality of grouping and ungrouping of rows. I am using below
code for protecting and is working well:
Private Sub Worksheet_Activate()
With Me
..EnableOutlining = True
..Protect "XXX", UserInterfaceOnly:=True
End With
End Sub
Now in a specific sheet I also want to provide user the ability to
change the colour of the specific cells.
Please let me know how to update the above code to support the
requirement.
Any support is much appreciable !!!
-Anurag