Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Two For loops at one time
#1
Not Solved
I need to pull data starting at different points of a table, but in my code I still need to start at 1 to my total count.

Can I run two Foor loops at one time?

Code:
Start = 20
End = 29
TotCount = End - Start + 1

For Run = Start to End And Count = 1 to TotCount
...
Next
Reply
#2
Not Solved
Can you please make it more elaborate?
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)