Code Add-Ins

Some of the Code Add-Ins that come with Version 1.0 are:

Insert a DoEvents:

This will add "DoEvents" at the end of your code.   It's good to add a DoEvents in your code once in a while, because it prevents it from freezing.

Insert a Pause:

This will insert a pause into your code.  It will prompt you for the interval of the pause.

Loop Until a Window Appears:

This will insert a Loop that loops until the window you select from the Choose Window prompt appears.

Loop Until a Window Is Gone:

This will insert a Loop that loops until the window you select from the Choose Window prompt is gone.

 

Go Back