returning back to loop check condition without completing the loop
Hi All,
I apologise if this question has been posted before but to be true, I
could not find it.
I have a very little question. Please see below
Do While some_condition = TRUE
'-----Some Code----
If this_condition = TRUE then
' Here I would like to send the execution back to "Do
While some_condition = TRUE"
' and bypass all succeeding lines of code
End If
'-----Some Code----
loop
Kindly let me know if this is supported / possible in VBA.
Regards
Ashish
|