L
Lloyd Catlett
I've a sub that takes as much as 2 minutes to complete all work and return
control to user. I can easily calculate the % progress and want to display
it (with updates) to let the user know something is really happening.
I created a textbox that I make visible and can change the textbox.value as
the % complete changes. The only way I can get the textbox.value to update
is to do a userform.RePaint, but the flickering of the userform is
distracting.
Any suggestions for another way?
control to user. I can easily calculate the % progress and want to display
it (with updates) to let the user know something is really happening.
I created a textbox that I make visible and can change the textbox.value as
the % complete changes. The only way I can get the textbox.value to update
is to do a userform.RePaint, but the flickering of the userform is
distracting.
Any suggestions for another way?