Hi there!
I'm new to this forum, so please let me know if I'm doing anything wrong!
I'm not versed in the arts of VBA, but have managed to find the codes I need through Google. The codes read:
Private Sub Worksheet_Change(ByVal Target As Range)
If Target.Column <> 1 Or Target.Cells.Count > 1...