I'm trying to creat a progress bar in Excel VBA. So I created a form with a lable and I'm coloring the lable according to the progress... But when I display this popup progress bar my excel code stops working after I displayed the progress bar.
How can I solve the problem?
I need my excel to continue working after I displayed a progress bar.
I use: UserForm2.Show to show the progress bar.
and after this line my code stops working
Thanks in advance
How can I solve the problem?
I need my excel to continue working after I displayed a progress bar.
I use: UserForm2.Show to show the progress bar.
and after this line my code stops working
Thanks in advance