I have an excel sheet with a couple of loop functions I'm working on. The first loop works. The second loop appears that it will work, however, the loop runs continuously. I think it's a truncation problem, but I just can't seem to solve it. The working loop is on Sheet1 (Single Batch Mode). The second loop is on sheet 11 (split batch mode). If anyone could take a look at the sheet and offer some advice on how to fix this, I would greatly appreciate it. Here's a link to the sheet. The details are outlined below.

http://dl.dropbox.com/u/80752316/BBL...p%20Buggy).xls

Once I get the loop for sheet11 working, my ultimate goal is to combine the two loops. Again, the loop for sheet 1 works just fine. Here are the details of what I want to do.

IF Sheet3 cell "$G$11" = "Fixed", then do until sheet11 cells "Z35" and "Z37" equal each other. If Sheet3 cell "$G$11" = "Equal", then do until sheet 11 cell "Z38" = sheet3 cell "F12".

Thanks in Advance,

Clue_Less