Private Sub Worksheet_Change(ByVal Target As Range) | |
If Not Application.Intersect(Range("I2:I4"), Range(Target.Address)) Is Nothing Then | |
Call BCCT_Update | |
End If | |
End Sub |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment