View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Zone[_3_] Zone[_3_] is offline
external usenet poster
 
Posts: 373
Default Progress bar/meter for duration of code - No loop


Why not just replace your "various progress meters" with one that you
update after each routine is complete? If one routine takes 50% of
the time, and another only 12 percent, so be it. Adjust your single
progress meter accordingly. This would be like the "Overall" progress
meter one sees when loading new software, instead of the progress
meter for the "Current process", which you seem to be using now.
Well, just a thought......James

On Jul 11, 4:22?pm, Les Stout wrote:
Hello all, excuse the question, it is probably quite simple. I have
various progress meters that i have secured from this site but i see
that they all run with loops but i have a series of routines that need
to run and would just like to know how to fit my code in ?? Any help
would be appreciated....

Best regards,

Les Stout

*** Sent via Developersdexhttp://www.developersdex.com***