I have a workbook with several sheets that I am partly protecting. It should be very easy, but it simply not work, so I must be missing something. The situation is this:
1. Each sheet has one or more shapes that work as button to run VBA code assigned to them.
2. The cells where data need to be changed manually, or by running VBA code, has the "lock hook" removed from the Protection tab of the "Format cells".
3. All shapes/buttons are set as "Locked" in the "Size and properties" tab.
4. The sheets are protected using password.
The issue is:
A. Even when cells are "not locked" it is not possible to run VBA code to manipulate the cells values, however it is possible to manually edit the values.
B. Even after the sheets are protected, it is possible to right click on the shapes/buttons, and move them around, delete or edit.
What am I missing here?
1. Each sheet has one or more shapes that work as button to run VBA code assigned to them.
2. The cells where data need to be changed manually, or by running VBA code, has the "lock hook" removed from the Protection tab of the "Format cells".
3. All shapes/buttons are set as "Locked" in the "Size and properties" tab.
4. The sheets are protected using password.
The issue is:
A. Even when cells are "not locked" it is not possible to run VBA code to manipulate the cells values, however it is possible to manually edit the values.
B. Even after the sheets are protected, it is possible to right click on the shapes/buttons, and move them around, delete or edit.
What am I missing here?