Created
February 13, 2013 04:15
-
-
Save tombrad/4942222 to your computer and use it in GitHub Desktop.
Prototipos VBA-3-5
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Private Sub TextBox3_Exit(ByVal Cancel As MSForms.ReturnBoolean) | |
Rem calcula el total de la venta y lo coloca en textbox4.text | |
TextBox4.Text = TextBox2.Text * TextBox3.Text | |
End Sub |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment