Hi there,
I have a workbook which is being used by multiple users across my work site - it is for them to enter data into and for me to then collect that on a weekly basis. Therefore each worksheet is protected individually without a password - this allows me to lock the information/question cells and only leave the cells designated for writing into open. This is mostly to stop people inadvertantly deleting important information.
However this workbook is likely to be shared across different work sites (and therefore leave my creative control) - as local users will need to be able to change the information asked for, they need to be able to unlock the worksheets and edit them. But because I have put a lot of effort into creating this file I want to make an 'about' sheet to clearly record myself as the creator etc.
The issue is that locking the worksheet itself does not prevent it from being deleted (someone could just delete the about page), locking the workbook prevents all the worksheets being deleted/created which stops the about page from being modified but also prevents a legitimate user from making some changes to the other worksheets (especially if they want to add a new one).
In short what I would like to do is:
- An about page which can not be modified in any way, or deleted without a password
- Ordinary worksheets which are ordinarily protected to prevent accidental changes by casual users
- The ordinary worksheets can then be unprotected to modify the information/questions by a legitimate user
- If possible, to prevent the VBA code (of ordinary worksheets) being accessible to casual users and to prevent them being deleted/modified
I fear that these are mutually exclusive, unless there is a way to specifically turn off the delete function for one worksheet.
Thanks for any suggestions.
Bookmarks