This method resumes a module suspended by the WaitForEvents method.
app.EndWaitForEvents
None.
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.