Did you manually run the macro?
If you right click sheet tab and press View Code. Paste the following
If you then edit one of the cells the chart should refresh.![]()
Private Sub Worksheet_Change(ByVal Target As Range) If Not Intersect(Range("A2:F51"), Target) Is Nothing Then XX End If End Sub
Bookmarks