Here you go:
VB Code:
'In the General Declarations Dim i as Integer '------------------------------------------------------------------------------- Your Sub() MORE CODE HERE Timer1.Start() End Sub '------------------------------------------------------------------------------- Timer1_Tick() i = i + 1 If i = value Then CODE HERE Timer1.Stop() End If End Sub
gL,
Furry




Eat long and prosper! 
Reply With Quote