Although not necessary I tend to agree with tg post 5.....
.....this way you won't forget to do it later in your code which can lead to undesirable consequences.Code:Private Sub Timer1_Timer() Timer1.Enabled = False '<---- do it here so you won't forget to do it later ' ' ' Do stuff ' ' Timer1.Enabled = True '<---- can be done elsewhere End Sub





Reply With Quote
