Break fr Loop

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Would like to ask if there is a syntax to break out from a loop in process??

Thank you for all the help!!!
 
depends on the looping code. for a For Each...Next statement, use Exit For.
for a Do...Loop statement, use Exit Do.

hth
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top