Why does
work when setting a ranges format to 'Locked' on the 'Protection' tab, but when using a named range (for the same range as 'Selection' above) doesn't work
Ideally I want to protect the named range without having to activate the sheet and select the range.
Thanks
Code:
Selection.Locked = False
Code:
Range("Summary_Branch").Locked = False
Ideally I want to protect the named range without having to activate the sheet and select the range.
Thanks