I'm going crazy for something that should be simple.
I have a for next loop
For Example:

dim i as integer
for i = 1 to 20
do something
next i

I want to suspend the loop until i press the...