Ver Mensaje Individual
  #3 (permalink)  
Antiguo 22/10/2010, 08:09
Dunderio
 
Fecha de Ingreso: marzo-2010
Mensajes: 38
Antigüedad: 14 años, 1 mes
Puntos: 0
Respuesta: ayuda con label random!!!

Puedes hacer lo siguiente:

For Each ctl In Me.Controls
If TypeOf ctl Is Label Then
If ctl.name = "Label" & numero Then
ctl.text = "Holas"
End If
End If
Next

Saludos

mi blog : http://dunderio.com