What's the best way to pause a process for user input?
Here's my situation:
I open a form with a progress bar that shows images processed. If it gets to an error, the sub needs to stop, activate controls on the form for user input, then continue when the user clicks Continue.
I thought that I...