Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Do
select case varName
case "a"
if blah blah blah then
Exit DO
End If
more processing
blah
blah
case "b"
blah
end select
Exit Do: Loop ' Unconditional exit - Loop for Syntax