I am using the line of code below to unprotect a protected cell when a specific value is entered in an input box. I keep getting an object defined or application defined error. I have tried a number of ways to do this but nothing is working. Any help or suggesstions would be appreciated.
Worksheets("MASTER"
.Range("G43"
.Locked = False
Worksheets("MASTER"