Kalpesh Agrawal
VBA Do until Loop
This loop is reverse to other loops. Do until loop executes the code till when the condition is false, as soon as the condition becomes true the code will stop executing.

I have used for loop and do until loop in this code to understand well.