Basically I have
Sub example()
Call Another module.sub1
Call Another module2.sub2
Call Another module3.sub3
Call Another module4.sub4
Call Another module5.sub5
End Sub
now if ran you know above runs 1 then 2 then 3 then 4 then 5 done..
Is there a page or link I could go to to show me how to create it to completely randomly pick 5 2 3 4 1 or 3 1 2 5 4 or any way it wants to randomize
BUT! it has to by the end when its finished have ran all 5 regardless the order. All 5 must be ran.
Thanks for any input.
Bookmarks