in password protecting a sheet, what property must i access to unprotect an object so that it may be changed even if the remainder of the sheet is password protected?
I should have added that the line of code to protect the worksheet should be located in the Workbook_Open event procedure so that it runs every time the workbook is opened. This is necessary because the protection is transient, unlike when invoked through the UI. Your other options are to not protect for Drawing Objects or to have your code turn off sheet protection/manipulate the objects/restore sheet protection.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.