Okay so i have 3 modules. My first module is "main" that is the module that i need to call the other module. What i mean is that when i run main, i want it to call/run
the other 2 module. Currently when i press F5, it doesn't do this. How do i do this?
My current code looks like this:
Sub main_TRY()
Call Module2
Call Module3
End Sub
All help is greatly appreciated. Thank you.
Answer: