Is there a way to lock cells using VB based on the value of another cell. Example:
I have a list for data entry, if the value of the first cell in the row (A2)is equal to the value of the first row (A1) then I want to lock Cells C2 and D2. This will apply for all subsequent rows as data is entered.
What is the best way of doing this?
Thanks.
I have a list for data entry, if the value of the first cell in the row (A2)is equal to the value of the first row (A1) then I want to lock Cells C2 and D2. This will apply for all subsequent rows as data is entered.
What is the best way of doing this?
Thanks.