|    
			
				13/03/2008, 09:59
			
			
			  | 
  |   |  |  |  Fecha de Ingreso: julio-2005 
						Mensajes: 140
					 Antigüedad: 20 años, 3 meses Puntos: 0 |  | 
  |  Re: Objeto timer  
  al final lo he solucionando con esto y poniendo el interval a 1000:
 lSeg = lSeg + 1
 If lSeg > 600 Then '10 minutos
 lSeg = 0
 MI FUNCION_CLICK
 End If
 
 gracias!
     |