
HELP! Problem: FOR NEXT Loop counters not incrementing correctly- only in .exe
It sounds like another procedure (possibly an event procedure) is
updating the variable you're using as a counter. This could
happen in the exe but not in development mode.
I just use Option Explicit in all modules and verify that the
variable used as the counter is declared locally to the procedure
in which it is used.