E
Eric
Does anyone have any suggestions on how to reverse the order on FOR loop?
For i = 2 To 5 is starting from 2 to 5, but I would like to start from 5 to 2.
Does anyone have any suggestions?
Thanks in advance for any suggestions
Eric
For i = 2 To 5 is starting from 2 to 5, but I would like to start from 5 to 2.
Does anyone have any suggestions?
Thanks in advance for any suggestions
Eric