Private Sub Worksheet_Change(ByVal Target As Range) If Target = Range("A1") Then MsgBox "Mach was" End If End Sub