I have a series of events happing in some code and as each one completes Id like a Progress bar to grow.. Ive made a new form with the bar and I call it up in the fist line of code (userform.show), at each place in the code I want the bar to grow I simply call it (userform.progressbar.width = 10, 20, 30.. Etc)
BUT....
When the UserForm shows, the code in the background halts until the userform is closed.
What am I doing wrong?
Thanks in advance
Steve
BUT....
When the UserForm shows, the code in the background halts until the userform is closed.
What am I doing wrong?
Thanks in advance
Steve