which is better (both are large), this:
or thisCode:For x= 1 To 2 For y=1 To 30 blah Next Next
they both do the process 60 times but is one way better than the other?Code:For y=1 to 30 For x=1 to 2 blah Next Next
thanks
michael
|
Results 1 to 3 of 3
Threaded View
|
Click Here to Expand Forum to Full Width |