Where is the Loop command?
I don't think your code is looping. VBA is single threaded; Meaning it's not looping one procedure while running another. It only runs one command at a time. You can switch between procedures, but you cannot run two procedures simultaneously.
Bookmarks