Thread: Progress Bar
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
[email protected] whitethomas12@gmail.com is offline
external usenet poster
 
Posts: 33
Default Progress Bar

I am 4 sub procedures and it takes awhile to process everything. All
I need is a basic progress bar to show the user the status.

So far I have a created a basic user form with two lables (1 has a
width = to 0). How can I have the status bar popup once the user
presses the start button and then update in different places in my
code rather than trying to create a loop for it.

Can someone post sample code for this

Thank you for all of your help