In my code I have six different subroutines.
I want to say run #2 , then run #4 , then run #4 , then run#6 etc.
2,4,4,6,1,2,2,3,4,4,5,5,6,6,1,1,2,2 is the sequence
What code should I use?
Sub Direction_6()
Dim Direction As String
Dim DirectionName As String
Direction = 2
' How to feed...