In the code below everything work great other than the bold type! I need to run the macro when I delete "A18"!!! Any suggestion???Thanx!!!!
Private Sub Worksheet_Change(ByVal Target As Range)
If Not Application.Intersect(Target, Range("A1:A4,A17,A18,A19,B2,C7:F7,G4")) Is Nothing...