If Target.Cells.Count > 1 then Exit Sub
If Not Intersect(Target, Range(“E18:E328”)) Is Nothing Then
Target.Font.Name = “Marlett”
If Target = vbNullString Then
Target = “r”
Else
Target = vbNullStrung
If Not Intersect(Target, Range(“E46:E48”)) Is Nothing Then
If IsNull(Range(“E46:E48”)) Then
…do something to a different cell
Else
…blah, blah
End If
End If
End If
|