
10/04/2005, 20:09
|
| | Fecha de Ingreso: marzo-2005
Mensajes: 51
Antigüedad: 20 años, 1 mes Puntos: 0 | |
Prueba con esto
Dim tControl as Control
For Each tControl in Me.Controls
If TypeOf tControl is OptionButton then
If tContro.Value = True then
........
End If
End If
Next |