Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
The plan is to allow a user to change worksheet, workbook
and some textbox passwords via a button on the sheet and then a form. This is so I can code the thing but if they want to change the passwords they don't have to keep coming back to me to change the code. Thanks to John for setting me on the right track. I've now got the passwords in a veryhidden sheet. However when the user clicks the button on the sheet to change the password, I have to unprotect the sheet with the old password, protect it with the new one and save the sheet. The trouble is I've getting run time errors on the unprotect and protect bits sheet1.unprotect passwor:= sheet3.range("a65536").end (xlup).value The errors normally method unprotect of object failed. Any ideas? |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
change Excel password | Excel Discussion (Misc queries) | |||
Change Workbook Password | Excel Worksheet Functions | |||
change workbook password | Excel Discussion (Misc queries) | |||
Change password | Excel Discussion (Misc queries) | |||
change password | Excel Programming |