Is there a good way to implement threading with vba? I have a program that runs some loops that can take a few minutes to run sometimes. Is there any way to implement a "pause" button? Visual Basic doesn't really have built in threading, so the moment a loop is running, the program won't respond to any object events such as button clicks. Any suggestions?
-Chappy
-Chappy