The following code is from another post - but can anybody please help me unlock a single cell.
On Error GoTo ProtectMe
ActiveWorkSheet.Unprotect Password:="secret"
'YOUR CODE - command required to unlock a single cell, so when the sheet is protected again - this cell can have it's value changed.
ProtectMe:
ActiveWorkSheet.Protect Password:="secret"
any assistance would be greatly appreciated..