Thomas has attended:
Excel VBA Intro Intermediate course
Do loop
why sometimes
Do until
Loop
and sometimes
Do
Loop until
Is there any difference?
RE: Do loop
Do Loop Construct repeatedly executes a group of statements, as long as a given condition is true. and these are both the same