Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I have a series of loops that utilize the same set of variables
as integer increments... For i = 1 to 100 For j = 1 to 200 .. .. .. Next j Next i For i = 1 to 500 .. .. .. The odd thing is that when it hits the subsequent use of the variable in next set of for/next loops, the variable is not resetting to the value called for in the loop. What I see happening is that its starting off at 1+ the top value of the prior loop. So in this instance, it would start at 101 and go to 500. Thoughts? |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
incrementing | Excel Worksheet Functions | |||
Variable Incrementing | Excel Discussion (Misc queries) | |||
Increment a Variable Defined Date by 1 day | Excel Programming | |||
Increment a variable | Excel Programming | |||
Increment a variable while looping | Excel Programming |