Skip to content

Instantly share code, notes, and snippets.

@tombrad
Created February 13, 2013 04:08
Show Gist options
  • Save tombrad/4942190 to your computer and use it in GitHub Desktop.
Save tombrad/4942190 to your computer and use it in GitHub Desktop.
Prototipos VBA-2-.4
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