Skip to content

Instantly share code, notes, and snippets.

@DuongAQ
Created February 7, 2018 07:24
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save DuongAQ/7ce23b9a53a51a817673649c9e306b6f to your computer and use it in GitHub Desktop.
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