EndWaitForEvents

This method resumes a module suspended by the WaitForEvents method.

Syntax

app.EndWaitForEvents

Parameters

app
Reference to the App object.

Return Value

None.

Remarks

This method is useful only when used in an event in a code module. The EndWaitForEvents method resumes execution of a code module after the event procedure is complete. Execution resumes at the point where it was suspended by the WaitForEvents method.