Created
February 13, 2013 04:06
-
-
Save tombrad/4942184 to your computer and use it in GitHub Desktop.
Prototipos VBA-2-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 un nuevo articulo | |
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