I am trying to lock a row based on the value of the first cell. I've got my VBA working fine for one row, but I need to apply this to multiple rows, all independently.
Private Sub Worksheet_Change(ByVal Target As Range)
If Range("A13") = "CES" Or Range("A13") = "CES Start" Or Range("A13")...