Hello, I am trying to see if there is a way to have a module in VBA that runs different modules that have different subs(), I am going to put that into a button a user can press to do so
Example:
Say it is called MasterMod
I want mastermod to run
Mod1
Mod2
Mod3
Mod 1 has code for sub Name1(), and another sub called Name2()
Mod 2 has code for sub Test1(), another sub called Test2(), and a third sub called Sub Test3()
Mod 3 has one sub called Last1()
Is there a way to have one module run the three modules and the code inside them so they do all the tasks they are supposed to do?
Example:
Say it is called MasterMod
I want mastermod to run
Mod1
Mod2
Mod3
Mod 1 has code for sub Name1(), and another sub called Name2()
Mod 2 has code for sub Test1(), another sub called Test2(), and a third sub called Sub Test3()
Mod 3 has one sub called Last1()
Is there a way to have one module run the three modules and the code inside them so they do all the tasks they are supposed to do?