I want to protect sheet 2 (renamed Held) with a password. I got this but I can not make it work. I tried in a Module, sheet 1 and 2. Do I have to change this because I renamed my sheet? Thanks
Code:
With Sheet2
.Protect Password:="wlw"
.Visible = xlSheetVeryHidden
End With