Added: 1 year ago
From: Excel2007Excel
Views: 10,196
Sort by time | Sort by thread (beta)

Link to this comment:

Share to:

All Comments (8)

Sign In or Sign Up now to post a comment!
  • porq copio el codigo y sale de largo no sale como en el tutorial

  • racias por ayudarnosa aprender como poder crear una calculadora ... pero seria bueno si hubiera audio para entender mejor..... gracias

  • Private Sub CommandButton1_Click() On Error GoTo nada TextBox3 = Val(TextBox1) / Val(TextBox2) nada: End Sub Private Sub CommandButton2_Click() TextBox3 = Val(TextBox1) * Val(TextBox2) End Sub Private Sub CommandButton3_Click() TextBox3 = Val(TextBox1) - Val(TextBox2) End Sub Private Sub CommandButton4_Click() TextBox3 = Val(TextBox1) + Val(TextBox2) End Sub Private Sub CommandButton5_Click() For i = 1 To 3 Controls("TextBox" & i) = Empty Next TextBox1.SetFocus End Sub
Loading...
Alert icon
0 / 00Unsaved Playlist Return to active list
    1. Your queue is empty. Add videos to your queue using this button:
      or sign in to load a different list.
    Loading...Loading...Saving...
    • Clear all videos from this list
    • Learn more