Hello, I'm trying to increase the target number of the For Next statement in my code.
E.g.
Obviously in this instance it would never end, but my actual code would have a target. Here the For Next statement takes the very first value (in this case 2 + 1 = 3) and keeps it regardless if i need to increases the loop by one more time (my actual code inbetween For Next will dictate), effectively leaving out additional essential 'run-throughs'.
Might just be the case that it's not possible with this method. Any help appreciated.