View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Andrew Hall NZ Andrew Hall NZ is offline
external usenet poster
 
Posts: 21
Default "Continue" and Exit with For Loops

I realize I forgot to add another colosely related issue - exiting out of
nested For loops. I can do this using a boolean variable in the inner loop
that then is tested in the outer loop but is there a better way (perhaps GoTo
again)

Andrew