Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() Help! I have a For/Next loop that is working fine for the first 13 of 14 items (NumOfEndItems = 14 in this case), then instead of going to item 14, it skips from 13 to 175 and exits the loop prematurely, before item 14 can be processed... has anyone run into this or a similar problem before? For T = 1 To NumOfEndItems Call GetDaBOM(EndItem(T), AllBOMsPage, T) Next Could it be that GetDaBOM is returning something it shouldn't or maybe a problem with variables being defined globally/locally? Confused, Dante |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
For...Each loop not working | Excel Programming | |||
Do Until Loop Not Working | Excel Programming | |||
Loop Not Working | Excel Programming | |||
for next loop not working | Excel Programming | |||
for next loop not working | Excel Programming |