| | It is possible to protect individual cells from being modified, resized, moved or deleted. | |
| | When you protect cells this is down via the (Format > Cells) (Protection Cells). By default, the cell protection attribute is set to Locked. If you protect a worksheet then every cell is protected. You must turn off the locked attribute on every cell that you want the user to be able to edit. | |
| | Protection of workbooks and worksheets can easily be hacked using simple VBA macros. | |
| | It is possible to force your users to Enable macros when they open a file. Basically have a message box that appears by default saying that nothing will run unless you enable the macros. If macros are enabled then do not display this dialog box. | |
| | Another possibility might be to include an expiry date. Although the draw back of this is that you can change the system clock on your computer. Alternatively allow them to open a file a fixed number of times. | |
| | This dialog box displays the cell range titles and corresponding cells for which specific users, computers or groups have been designated for special access. The specified users, computers or groups may access the specified cells in the protected worksheet using an assigned password. | |
| | New - Creates a new range by displaying another dialog box. This lets you specify individual users, computers or groups that will have permission to edit a selected cell range using a password. | |
| | Modify - Allows you to modify the selected range. | |
| | Delete - Deletes the selected range. | |
| | Permissions - Allows you to designate individual users, computers or groups that may make changes to the specified cells without entering a password. The administrator may wish to grant this permission to himself or herself (specifying a range that includes all cells) in order to make changes without repeated protecting and unprotecting of the worksheet. | |
| | Paste permissions - Select to have a worksheet automatically created that summarizes the ranges, cells, and permissions specified in this dialog. | |
| | Protect Sheet - Displays the Protect sheet dialog box. Allows you to set a password for the protection of this worksheet and designate specific actions permissible for those users who do not have access to the password. Once you have assigned specific ranges you must protect the whole worksheet. | |
| | Apply - Saves all the changes you've made without closing the dialog box. | |