DoEvents Instruction

Syntax

DoEvents

Group

Miscellaneous

Description

This instruction allows other applications to process events.

Example


Sub Main
    DoEvents ' let other apps work
End Sub