You are on page 1of 1

existe = False

For Each c In Range("B6:F6")


If c.Value = "" Then
celdas = celdas & " " & c.Address(False, False)
existe = True
End If
Next
If existe Then
MsgBox "COMPLETE DATOS", vbCritical
Exit Sub
End If
Application.ScreenUpdating = False

_-------------------------------------------------------------------

MsgBox "SALIDA EXITOSA", vbInformation


Application.ScreenUpdating = True

You might also like