I am completely intrigued by this apparently a very simple code. I guess I need to understand how really On Error GoTo <Label> works when put within a For Next loop.
This code obviously goes into runtime error at j = 7/0. However on the first iteration For i = 1, it successfully goes to Label...