Timer Event - Event Procedures

Timer Event — Event Procedures

See Also         Example

To create an event procedure that runs when the Timer event occurs, set the OnTimer property to [Event Procedure], and click the Build button .

Syntax

Private Sub Form_Timer( )

Remarks

You can't cancel the Timer event.