
ayuda con este codigo
Publicado por itzel ireri (15 intervenciones) el 19/10/2016 14:24:20
Hola muy buen dia tengo un problema en mi macro resulta que no me registra en ninguna celda y me marca error en esta parte
alguien me podria ayudar?
alguien me podria ayudar?
1
2
3
4
5
6
7
8
9
10
Private Sub CommandButton1_Click()
If ComboBox5.Text <> "" And ComboBox6.Text <> "" And ComboBox4.Text <> "" And ComboBox2.Text <> "" ComboBox1.Text <> "" And TextBox2.Text <> "" And TextBox3.Text <> "" TextBox4.Text
Then
Graba
Else
MsgBox "Debe llenar todos los datos"
End If
End Sub
Valora esta pregunta


0