Skip to content

Instantly share code, notes, and snippets.

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