Pregunta para Luis Mondelo!
Luis. Buen dia!! Luis tengo esta macro:
Private Sub CommandButton7_Click()
Sheets("EGRESOS ALMACEN").Select
Range("a3").Select
Do While Not IsEmpty(ActiveCell)
ActiveCell.Offset(1, 0).Select
Loop
ActiveCell = TextBox3
ActiveCell.Offset(0, 1).Select
ActiveCell = TextBox5
ActiveCell.Offset(0, 1).Select
ActiveCell = TextBox6
ActiveCell.Offset(0, 1).Select
ActiveCell = TextBox22
ActiveCell.Offset(0, 1).Select
ActiveCell = TextBox4
ActiveCell.Offset(0, 1).Select
End Sub
BIEN: Luis, en el textBox22 se escribe texto, y en el textbox4 números. Como hago para esta macro funcione, siempre y cuando los textBox22 y textbox4 contengan datos. Osea, que haga un MSGBOX que avise que faltan completar datos!!.
GRACIAS LUIS!!!
1 Respuesta
Respuesta de Luis Mondelo
1