J
jimcarroll via AccessMonster.com
Forgive me if this has been covered somewhere else, or it it's well-known.
Basic had a construct for loops: for each, next, step where "step" was an
optional increment to the loop's iteration counter.
Does such a construct exist in VBA, and if so, must "step" be an integer, or
can it be a decimal value?
Thanks.
Jim
Basic had a construct for loops: for each, next, step where "step" was an
optional increment to the loop's iteration counter.
Does such a construct exist in VBA, and if so, must "step" be an integer, or
can it be a decimal value?
Thanks.
Jim