While...End While Statement (Visual Basic)
The Exit While statement can provide another way to exit a While loop. Exit While immediately transfers control to the statement that follows the End While statement. You typically use Exit While after some condition is evaluated (for example, in an If......