ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   how to stop program in a big loop? (https://www.excelbanter.com/excel-programming/318829-how-stop-program-big-loop.html)

miao jie

how to stop program in a big loop?
 
Hi, everyone
Right now I wanna do a time-comsuming loop in excel programming, for
example:

for i = 0 to 100000
for j = 0 to 10000
'my parts
doEevents
next
next

during run time, I still wanna use a "Cancel" button to let user have choice
to stop it during run time? how to do it, Pls advice

Ben McBen[_2_]

how to stop program in a big loop?
 
I suspect that the include of "DoEvents" in the inner
portin of youre loop should do the trick. You havent
turned anything (screen updating etc) off have you?


All times are GMT +1. The time now is 09:33 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
ExcelBanter.com