Well, I put this in a module, call it from a command button, with the next line in Command_click being to unload the form and set it to nothing, which it does even though the loop continues.Quote:
For I = 0 to 500000000
Debug.Print I
DoEvents
Next
But, as soon as the loop finishes... the program ends properly.
