View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
ashish128 ashish128 is offline
external usenet poster
 
Posts: 48
Default 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