Compile error: loop without Do

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

Guest

I get this error when I run the code or compile. The Loop DOES have a Do.
The only thing I can think of is that I have too much in the Do/Loop. Is
there a limit? I can't figure out why I get this error. Everything is where
it should be. The code ran before, then I added some more lines then it
started to give me this error.

Help
Mary
 
That was it. I had a bunch of If statements - hard to track those :-) I
didn't think it was a "limit" issue.

THANKS!!
 
Back
Top