Hi Enemali,
Add this code to the 'ThisWorkbook' code module in the VB Editor (ALT+F11):
Substitute "your-password-here" with a password of your choice. This code will run when the user saves the workbook and will password protect every worksheet with the same password.
You can then prevent them from viewing the code (including your password) by protecting the VB Module. In the VB Editor click Tools > VBA Project Properties > Protection tab. Select "Lock project for viewing" and enter a password only you know. Don't forget it, or you won't have access to the code either.
Excel is not a secure environment, so the determined user can break in, but this will keep most users out.
Bookmarks