Well, I thought you might want the "double-click" thing to be required, so here you go. This version will protect the sheet with the password "Secret" and unprotect it when you double-click a cell.
For this to work, put this code in a regular Module.
Note: this next code determines the range of cells that activate the DoubleClick macro.
Put this code into the sheet where you want this behavior.
For instance, right-click on Sheet1 and View Code to see code specifically for Sheet1.
NOTE: Since this macro will protect and unprotect the sheet automatically in the background, you must set the Protection to UNLOCKED in all the other cells that you want to be editable by the user when the sheet is locked.
Bookmarks