Is it better to put all the code in one sub routine or use a call statement to run other sub routines?
I am concerned that putting all the code in one sub routine with lots of if and end if can become difficult to read and follow.
If it is better to use different sub routines, do I put all these sub routines in one module or use a number of different modules?
thanks
smiler44
I am concerned that putting all the code in one sub routine with lots of if and end if can become difficult to read and follow.
If it is better to use different sub routines, do I put all these sub routines in one module or use a number of different modules?
thanks
smiler44