Timer Event — Macros

Description

To run a macro when the Timer event occurs, set the OnTimer property to the name of the macro.

Remarks

You can't use the CancelEvent action in a Timer macro. However, setting the TimerInterval property of the form to 0 prevents the Timer event from occurring.

See Also

Timer event — event procedures.