Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Is it possible to jump into the loop ?
I have the module with two nested For ... Next loops: For i = 1 to 6 .... For j = 1 to 10 ... Next j Next i Is it possible to store the values of i and j, close workbook and on reopen jump inside the second loop to the place when it was finished, i.e. with i = 3 and j = 7 and to continue what was interupted before closing ? I think it is not possible, when next is reached before seeing For first it is giving error message, but maybe I am wrong, maybe it can be done ???? Regards, Tony |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
need to jump down 4 cells, gather data, jump another 4 | Excel Programming | |||
jump | Excel Programming | |||
Advancing outer Loop Based on criteria of inner loop | Excel Programming | |||
Jump to the next count in a FOR Loop | Excel Programming | |||
Jump out of Do Loop on sheet change | Excel Programming |