I am having an issue. Whenever I protect a sheet using a VBA Code as followed:
Sheets("SheetName").Protect Password:= pwd
The sheet does become protected, HOWEVER, the sheet can manually be unprotected by the users when they go under the 'Review' Tab and click 'UnProtect'. No password is required even though there is one there. Please help!
pwd
assigned a value? – Rory