
ayuda con error 424
Publicado por itzel ireri (15 intervenciones) el 08/11/2016 15:28:50
Hola que tal buen dia alguien me podria decir donde tengo el error ?
1
2
3
4
5
6
7
8
9
Private Sub CommandButton1_Click()
If ComboBox5.Text <> "" And ComboBox6.Text <> "" And ComboBox4.Text <> "" And ComboBox2.Text <> "" And _
ComboBox1.Text <> "" And ComboBox3.Text <> "" And TextBox2.Text <> "" And TextBox3.Text <> "" And TextBox4.Text <> "" And TextBox5.Text <> "" Then
Call Graba
Else
MsgBox "Debe llenar todos los datos"
End If
Valora esta pregunta


0