Is there any way to count the number of lines of code that execute in a macro? I do not mean simply counting the number of lines of code in a macro, but the total number of lines executed. For example, a loop may only contain three lines of code, but those lines may be executed 1,00 times each...