S
Stuart
If I protect a sheet with the following line.
ActiveSheet.Protect password = "qwerty"
Why can't I unProtect the sheet manually from
"Tools>Protection>UnprotectSheet" then typing in the the same password?
Same ViceVersa
If i protect the sheet manually with the password "qwerty" why does the
following line cause an error
ActiveSheet.Unprotect password = "qwerty"
ActiveSheet.Protect password = "qwerty"
Why can't I unProtect the sheet manually from
"Tools>Protection>UnprotectSheet" then typing in the the same password?
Same ViceVersa
If i protect the sheet manually with the password "qwerty" why does the
following line cause an error
ActiveSheet.Unprotect password = "qwerty"