Display Process Progress on form

  • Thread starter Thread starter Chris
  • Start date Start date
C

Chris

I created a custom class and form to do just this. It
probably could use refining, but it works for my uses.

See nebinger.com/chris/progressmeter.mdb



Chris

-----Original Message-----
Hello,
I have a VBA program that processes about 10,000 records
each time it is run. I want to be able to show the user
how the program is progressing by displaying the number of
records remaining to be processed by having it count down
to zero. I want to do this on a form that is displayed
while the program runs.
In the past I have used the hourglass only to indicate
that the program was running. I have also looked in to
using the Status Bar Progress Meter.
 
Thanks Chris. Your custom class works great

Scot

----- Chris wrote: ----

I created a custom class and form to do just this. It
probably could use refining, but it works for my uses

See nebinger.com/chris/progressmeter.md



Chri

-----Original Message----
Hello
I have a VBA program that processes about 10,000 records
each time it is run. I want to be able to show the user
how the program is progressing by displaying the number of
records remaining to be processed by having it count down
to zero. I want to do this on a form that is displayed
while the program runs.that the program was running. I have also looked in to
using the Status Bar Progress Meter
 
Back
Top