Changes

m
no edit summary
Line 6: Line 6:     
It is ideal for situations where a fixed number of iterations is required, ensuring precision and control in the execution of the macro.
 
It is ideal for situations where a fixed number of iterations is required, ensuring precision and control in the execution of the macro.
</pre>
+
</pre><br/>
 +
 
 
* ''''' While 'condition' '''''
 
* ''''' While 'condition' '''''
 
<pre style="background-color: #ACC8E5; color: #112A46; border-radius: 10px; padding: 10px;">
 
<pre style="background-color: #ACC8E5; color: #112A46; border-radius: 10px; padding: 10px;">
Line 16: Line 17:     
If the condition is false from the start, the code inside the loop is not executed at all.
 
If the condition is false from the start, the code inside the loop is not executed at all.
</pre>
+
</pre><br/>
 +
 
 
* ''''' Do once and repeat while 'condition' '''''
 
* ''''' Do once and repeat while 'condition' '''''
 
<pre style="background-color: #ACC8E5; color: #112A46; border-radius: 10px; padding: 10px;">
 
<pre style="background-color: #ACC8E5; color: #112A46; border-radius: 10px; padding: 10px;">
editors
1,590

edits