I have a problem with VBA modules.
My code looks like this:
Sub MainFunction() Call Module1 Call Module2 Call Module3 End Sub