I have a UserForm with ShowModal set True. I want to use the dialog as a form and as a progress bar, so after the user clicks "OK", the form should remain on-screen but code should continue to execute in the background. What's the best way to go about doing this?
Currently, I have two forms, one where the user enters data, and then a second with the progress bar. I'd prefer to merge these into one form for simplicity