From within Sub1 I call to Sub2, from there Icall to Sub3 This is:

Sub1->Sub2->Sub3

The back way must be: Sub3->Sub2->Sub1

But the back way it takes is Sub3->Sub1 and all the code after I called the Sub3 is omitted!!

Sub1 is into a Form and Sub2 and Sub3 are into a Module.