Hi. can anyone help me please?

I have the code below but isn't working

Private Sub Worksheet_Change(ByVal Target As Range)
If (Target.Address = Sheets("Pivot").Range("l7:r43")) Then
Call ThisWorkbook.Macro1
End If
End Sub



Thanks