I have a small program for training purposes. In the program I use a Wait function. Now my user form is not updating my label during the for next loop where the wait is inserted. How can I solve this?
If I run the program in debug mode the label is updated, but in the loop I don't see this. I...