Skip to content

Instantly share code, notes, and snippets.

@DuongAQ
Created May 31, 2018 08:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save DuongAQ/d6713b41b16b20e25b3f7aff98ec9706 to your computer and use it in GitHub Desktop.
Save DuongAQ/d6713b41b16b20e25b3f7aff98ec9706 to your computer and use it in GitHub Desktop.
Private Sub tbSL_Change()
If Me.tbSL = "" Or Me.tbDG = "" Then Exit Sub
If Me.tbDG >= 0 And Me.tbSL >= 0 Then Me.tbTT = Me.tbDG * Me.tbSL
End Sub
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment