Skip to content

Instantly share code, notes, and snippets.

@tombrad
Created February 6, 2013 23:40
Show Gist options
  • Save tombrad/4726943 to your computer and use it in GitHub Desktop.
Save tombrad/4726943 to your computer and use it in GitHub Desktop.
Curso VBA-1
Private Sub tdolares_Exit(ByVal Cancel As MSForms.ReturnBoolean)
tpesos.text = Val(tdolares.text) * 500
End Sub
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment