jarpsoft respondió:
Aqui esta la solucion. Pruebala Option Explicit Dim cont, i As Long 'Por JarpSoft Private Sub Form_Load() 'Configurar temporizador Timer1.Interval = 5 Timer1.Enabled = True 'Inicializar variables cont = 1 i = 0 'Inicializar valores del formulario...