Hello All,
Here is my code i'm having issues with:
Private Sub Worksheet_Change(ByVal Target As Range)
If Target.Count > 1 Then Exit Sub
Set R = Intersect(Target, Range("K:Y"))
If Not R Is Nothing Then
For Each Cell In R
If Cell.Value <> "" Then
If Cell(Target, "A")...