When a macro is opened does it also put into RAM memory, for immediate access, any subroutines that have been referenced with a "Call" statement. I want to know if it is faster to run your code with all your code together with "GoTo" statements or use "Call" statements to streamline the appearance and execution of code when using a same routine several times.

Danny