Created
February 13, 2013 04:13
-
-
Save tombrad/4942210 to your computer and use it in GitHub Desktop.
Prototipos VBA-3-2
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 CommandButton1_Click() | |
Rem para agregar nueva cuenta | |
Rem se carga userform3 | |
Load UserForm3 | |
Rem se muestra userforrm2 | |
UserForm3.Show | |
End Sub |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment