
Código:
¿Tengo bien la sentencia de comparación del like?If TextEmail.Text <> "" Then If Not TextEmail.Text Like ("*@*.*") Then mensajeError = mensajeError & " correo electrónico " ok = False End If End If
gracias