Jim Williams
New Member
- Joined
- May 31, 2011
- Messages
- 2
Hello,
I'm using Excel 2010 in 2003 compatibility mode, with a Form Control DropDown on a protected worksheet, and the input range and cell link unprotected. All is well, but I cannot find a way to prevent a user from right-clicking on the control and either changing properties, moving or even deleting it. Ideally, there would be a way to protect the control.
The following VBA code:
Worksheets("Sheet1").Protect DrawingObjects:=True, Contents:=True, Scenarios:=True
correctly sets the property
Worksheets("Workbench").ProtectDrawingObjects
to True, but the control is still changeable, movable and deletable.
Any thoughts are most welcome.
Thanks!
Jim
I'm using Excel 2010 in 2003 compatibility mode, with a Form Control DropDown on a protected worksheet, and the input range and cell link unprotected. All is well, but I cannot find a way to prevent a user from right-clicking on the control and either changing properties, moving or even deleting it. Ideally, there would be a way to protect the control.
The following VBA code:
Worksheets("Sheet1").Protect DrawingObjects:=True, Contents:=True, Scenarios:=True
correctly sets the property
Worksheets("Workbench").ProtectDrawingObjects
to True, but the control is still changeable, movable and deletable.
Any thoughts are most welcome.
Thanks!
Jim