View Single Post
  #6   Report Post  
Posted to microsoft.public.excel.programming
No Name
 
Posts: n/a
Default UserForm as Progress Indicator

thanks for the reply. I looked at your progress bar. It
is quite nice but a little more complicated than I need.

-----Original Message-----
There's a ready built one on my site he

http://www.enhanceddatasystems.com/E...ExcelProgressB

ar.htm

Robin Hammond
www.enhanceddatasystems.com

"MWE" wrote in

message
...
I am trying to use a UserForm as a progress indicator.
The idea is to create a label within a frame within a
userform and then adjust (in real time) the label's

width
as a percent complete indication. This works OK as

long
as the code "starts" in the UserForm code area using,

say,
UserForm_Activiate. But as soon as I move all the code
outside of the UserForm code area, problems occur.
Loading and displaying the userform is fine. But I can
not get the userform to relinquish "control" after that.
How do I tell the userform to "stay visible" and "let me
update you" now and again.



.