Ver Mensaje Individual
  #9 (permalink)  
Antiguo 16/01/2012, 22:33
davchi
 
Fecha de Ingreso: septiembre-2009
Mensajes: 108
Antigüedad: 14 años, 7 meses
Puntos: 1
Respuesta: Problema con Horarios y Fechas

Ya esta

Código:
Private Sub DTPicker2_LostFocus()
    If Format$(DTPicker2, "HH:mm") < MaskEdBox1 Or DTPicker2 > MaskEdBox2 Then
    HN.Visible = True
    Else
    HN.Visible = False
    End If
End Sub
Muchas Gracias Uran, un genio