
01/11/2009, 20:59
|
| | Fecha de Ingreso: septiembre-2009
Mensajes: 73
Antigüedad: 15 años, 7 meses Puntos: 0 | |
Respuesta: Hola alguien me puede ayudar con esto por favor .. Prueba con esto nos vemos
Private Sub Mostrar_campo_oculto()
If Option1.Value Then
Text1.Visible = True
Else
Text1.Visible = False
End If
End Sub
Private Sub Option1_Click()
Mostrar_campo_oculto
End Sub
Private Sub Option2_Click()
Mostrar_campo_oculto
End Sub |