In a nutshell (does that date me?)...
The main macro calls macro A.
Macro A calls macro B.
Macro B executes to a point. Does not complete. Exits.
Macro A does not continue after the call to Macro B.
Main macro continues and executes correctly to the end of the program.
In my code below:
Sub...