Home |
Search |
Today's Posts |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Actually, it was a much different problem.
What I discovered was that I had dim'd the counters as Integers, but on one occasion, it just happened the upper bound of the 2nd use of the counter happened to be larger than 32,767 (the upper limit of an integer) and so the code was just pushing through the For Next loop ignoring the For and the Next. Once I changed the Integer statement to Long, it worked fine. |
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 |