AppTimer event

This event occurs when an external automation object requests timer events by calling Application.SetTimer().

Syntax

Public Function AppTimer() As Long

Parameters

None.

Active objects

Application

Return values

Ignored.

Suggested usage

This event could be used for any application that needs to perform tasks at regular intervals.