Hi everyone,
Can anyone help me come up with a VBA code? I've tried a million ideas that I found on mrexcel but can't seem to get them to work.
I need to unlock specific cells in a row based on a specific value in column A of the same row:
If A2 = In Process, unlock B2:C2, E2, and G2:AN2
And repeat for each row: If A3 = In Process, unlock B3:C3, E3, and G3:AN3.
If the value in column A value is any other value that "In Process", all cells in that row should stay locked.
Thanks in advance!
Can anyone help me come up with a VBA code? I've tried a million ideas that I found on mrexcel but can't seem to get them to work.
I need to unlock specific cells in a row based on a specific value in column A of the same row:
If A2 = In Process, unlock B2:C2, E2, and G2:AN2
And repeat for each row: If A3 = In Process, unlock B3:C3, E3, and G3:AN3.
If the value in column A value is any other value that "In Process", all cells in that row should stay locked.
Thanks in advance!