Visual Basic Language Reference  

Until

The Until keyword specifies a condition that terminates the execution of a Do loop.

The Until keyword is used in this context:

Do...Loop Statements

See Also

Visual Basic Language Keywords