I don't recall that there is a way to break a for loop, but you can certainly replace it with a while loop so that you control the conditions which stop the loop.
"Sergey Yakovlev" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Could someone suggest me how to break running For Loop cycle? > >