'Hi, taking a sheet where all of the cells are locked, except, B3:D5, say, and then the sheet is protected with passcode '11', say, can you give me the code for a Macro to unprotect the sheet without entering the passcode the macro will then change the status of cells, B3:D5, to protected and protect the sheet with passcode '11' again but without entering the passcode. I.e. I would like the passcode to be set in the code. I would also like this macro to be activated when a 'button' in the protected sheet is 'pressed'. Thank you