Diff. between "Do until/while...loop" and "Do...loop until/while"

ORoxo

Board Regular
Joined
Oct 30, 2016
Messages
149
Hey, guys
I'm trying to understand the difference between these structures: Do until...loop; Do...loop until; do while...loop and do...loop while

Is it just the fact that "do...loop until" and "do...loop while" perform the action on the first cell/row/column and only afterward apply the criteria to the remaining compared to "do until...loop" and "do while...loop" which apply the criteria from cell 1 onwards?

Thanks a lot for your help!
Kind regards,
ORoxo
 

Excel Facts

Pivot Table Drill Down
Double-click any number in a pivot table to create a new report showing all detail rows that make up that number
Basically yes - the Do...Loop until/While will always perform at least one iteration of the Do part, whereas the Do Until/While may not.
 
Upvote 0

Forum statistics

Threads
1,215,315
Messages
6,124,213
Members
449,148
Latest member
sweetkt327

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top