Greg Truby
MrExcel MVP
- Joined
- Jun 19, 2002
- Messages
- 10,030
Howdy folks,
I'm in the middle of a rather large (months-long) project, so I haven’t spent much time on the boards lately. One aspect of many projects is keeping the user informed of progress while processes are executing. Quite a while back I had written my own version of Walkenbach’s userform-with-label as progress indicator. Basically, I'd added more bars (labels if you want to be technical) to Walkenbach's form so that I could track progress on a half-dozen major processes as well as having a bar for sub-processes. However, I found adapting my multi-bar form to use in other projects was cumbersome. While trying to recycle it into my current project I got fed up enough with it to try using a UserForm as a class module (I remember reading somewhere that this is really what they are…) Anyhow, it seems to work pretty well as a class module. And now I've got a progress-indicator tool that's pretty easy to drop into new projects.
So, I've cleaned it up reasonably well [500+ lines of code (thus far)] and would be willing to share it if'n it'd be of interest to anyone. So anyone interested?
I'm in the middle of a rather large (months-long) project, so I haven’t spent much time on the boards lately. One aspect of many projects is keeping the user informed of progress while processes are executing. Quite a while back I had written my own version of Walkenbach’s userform-with-label as progress indicator. Basically, I'd added more bars (labels if you want to be technical) to Walkenbach's form so that I could track progress on a half-dozen major processes as well as having a bar for sub-processes. However, I found adapting my multi-bar form to use in other projects was cumbersome. While trying to recycle it into my current project I got fed up enough with it to try using a UserForm as a class module (I remember reading somewhere that this is really what they are…) Anyhow, it seems to work pretty well as a class module. And now I've got a progress-indicator tool that's pretty easy to drop into new projects.
So, I've cleaned it up reasonably well [500+ lines of code (thus far)] and would be willing to share it if'n it'd be of interest to anyone. So anyone interested?