Plotweaver
New Member
- Joined
- Jan 28, 2018
- Messages
- 23
How do I call a Subroutine using Concatenation?
Example:
I have 9 subs and I want to call one of them. They all begin with: Group_Evens_Down_Slots_wo_ (1 through 9)
Would it be something like this?:
GN = Range("next_slot") ' ' GN = 3 in this case ' '
Call Group_Evens_Down_Slots_wo_ & GN
Obviously this doesn't work. What will? Thanks.
Example:
I have 9 subs and I want to call one of them. They all begin with: Group_Evens_Down_Slots_wo_ (1 through 9)
Would it be something like this?:
GN = Range("next_slot") ' ' GN = 3 in this case ' '
Call Group_Evens_Down_Slots_wo_ & GN
Obviously this doesn't work. What will? Thanks.