View Single Post
  #4   Report Post  
Posted to microsoft.public.excel.programming
Nicole B Nicole B is offline
external usenet poster
 
Posts: 8
Default Do loops within Do loops

Would someone give an example of how to use a Stop condition? I'm still
working on conceptualizing vb[a].

"Jim Thomlinson" wrote:

Yup that format is fine in general. The only problem is that it can be a
little tough to debug. That having been said there is often no good way
around it. Check to ensure that each loop has an appropriate stop condition
that can be met regardless of where it is in the processing of all of the
loops... That is usually were the problem is and you end up in an infinite
loop.

HTH