Hello,
I have a protected sheet with a bunch of data. I want to allow users to be able to change values in a single cell only while still retaining most of the protected sheet rules such as not being able to format or delete the cell, adding/editing comments, etc.
My idea is that once the user makes a change, a comment is added to the cell that says that it was edited on this day and time. The same message gets appended to the comment in case the user makes further changes to the cell. To be able to do that, I first checked to see that the selection range was a single cell. Next I unprotected the worksheet which would allow the user to make a change to the cell value. Once a change is detected, the appropriate comment is inserted. However, since I'm unprotecting the sheet, obviously users can do a lot more than just change the values and that's which is why I was protecting the sheet in the first place.
Any ideas on how I would be able to do that?
Thanks
I have a protected sheet with a bunch of data. I want to allow users to be able to change values in a single cell only while still retaining most of the protected sheet rules such as not being able to format or delete the cell, adding/editing comments, etc.
My idea is that once the user makes a change, a comment is added to the cell that says that it was edited on this day and time. The same message gets appended to the comment in case the user makes further changes to the cell. To be able to do that, I first checked to see that the selection range was a single cell. Next I unprotected the worksheet which would allow the user to make a change to the cell value. Once a change is detected, the appropriate comment is inserted. However, since I'm unprotecting the sheet, obviously users can do a lot more than just change the values and that's which is why I was protecting the sheet in the first place.
Any ideas on how I would be able to do that?
Thanks