Ver Mensaje Individual
  #8 (permalink)  
Antiguo 03/01/2006, 10:09
Avatar de vbx3m
vbx3m
 
Fecha de Ingreso: febrero-2005
Ubicación: Venezuela
Mensajes: 524
Antigüedad: 20 años, 3 meses
Puntos: 1
Esta es otra forma de hacerlo:

Código:
Dim check As Object
c = 0
For Each check In Controls
    If TypeOf check Is CheckBox Then
        If check.Value = 1 Then c = c + 1
     End If
Next
MsgBox "Seleccionados " & c
__________________
ホルヘ・ラファエル・マルティネス・レオン