I would like to lock a cell depending on the value in another cell.
Example:
Lock A2
if B2
has any value with a minimum of 10 letters in it and unlock A2
if B2
has a value with more than 10 letters.
I would like to have this in column A and B, so the VBA-macro will look at the value in column B and lock/unlock the value in column A accordingly.