Skip to content

Instantly share code, notes, and snippets.

@DuongAQ
Created May 31, 2018 08:09
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/bf57db5f3bcc6d540ad9fe39669bc101 to your computer and use it in GitHub Desktop.
Save DuongAQ/bf57db5f3bcc6d540ad9fe39669bc101 to your computer and use it in GitHub Desktop.
Private Sub tbDG_Change()
If Me.tbDG = "" Or Me.tbSL = "" Then Exit Sub
If Me.tbSL >= 0 And Me.tbDG >= 0 Then Me.tbTT = Me.tbSL * Me.tbDG
End Sub
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment