nagovind
Member
Is there is any possibility to pause or terminate or restart a RUNNING FOR LOOP?
For e.g
For i = 1 to 100000
'codes here
Next i
When the above for loop is running outputs are changed according to variable i
and the same is updated with Application.screenupdate = True function.
However there is a need to PAUSE/ TERMINATE/ PAUSE - RESUME the RUNNING displayed values
Is there is a way to control the loop
Please advise
For e.g
For i = 1 to 100000
'codes here
Next i
When the above for loop is running outputs are changed according to variable i
and the same is updated with Application.screenupdate = True function.
However there is a need to PAUSE/ TERMINATE/ PAUSE - RESUME the RUNNING displayed values
Is there is a way to control the loop
Please advise