I am getting an "EndIf without block If" compile error. If anyone is able to assist I would greatly appreciate it.
Private Sub Worksheet_Change(ByVal Target As Range)
If Target.Address = Range("O2").Address Then
Range("P2:U2,O5:P5").ClearContents
End If
If Target.Address =...