I love resumable subs, but there are some pitfalls for the inexperienced rasumable sub user.
Let's say we have a Resumable sub:
Resumable Sub:
Sub doSomethingALotOfTimes As ResumableSub
Log("Start doing something a lot of times")
Dim a As Long
For i = 0 To 200000000
Dim q...