Created
February 13, 2013 04:14
-
-
Save tombrad/4942212 to your computer and use it in GitHub Desktop.
Prototipos VBA-3-3
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 CommandButton3_Click() | |
Rem para agregar un nuevo movimiento | |
Rem se carga userform2 | |
Load UserForm2 | |
Rem se muestra userforrm2 | |
UserForm2.Show | |
End Sub |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment