I want to show a userform during macro execution telling the users that a process is running and they have to wait until the macro is finished.
To do so, I've created a userform displaying the message "Please wait, processing files !"
In the macro I start showing the form using frmMessage.show but the macro doesn't continue until the userform is closed.
Is there a way to show the userform while the macro is running and close the userform at the end of the macro ?
Thanks in advance
To do so, I've created a userform displaying the message "Please wait, processing files !"
In the macro I start showing the form using frmMessage.show but the macro doesn't continue until the userform is closed.
Is there a way to show the userform while the macro is running and close the userform at the end of the macro ?
Thanks in advance