Timer

Occurs when a preset interval for a Timer control has elapsed. The interval's frequency is stored in the control's Interval property, which specifies the length of time in milliseconds.

Syntax

Private Sub object_Timer()

Remarks

Use this event procedure to tell Visual Basic what to do after each Timer control interval has elapsed. When you are working with the Timer event: