Press F10 to finish executing the line with Calculate.Add. The yellow marker in the margin of the code editor jumps to the end of the Select Case / switch block. Drag the marker back to the line with Calculate.Add. This changes the line that is executed next so you can repeat part of the code that has already executed. You can then press F11 again to step into the Add method, or press F10 to execute the line directly.