Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 10
Default Creating a generic progress bar

I'm trying to create a generic progress bar that I can call from different
procedures when needed and simply pass in the appropriate percentages. I
have created a userform to display the progress bar. The problem I have is
that as soon as I show the userform the procedure stops running until the
form is cancelled. I could call the procedure on activating the progress bar
form but then it is no longer generic. I will have to create a new progress
bar form for each procedure. Any suggestions? Thanks in advance for any help
on this.

SJC


  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 27,285
Default Creating a generic progress bar

Assume your useform is named frmProgressBar

frmProgressBar.Show vbModeless

or set the showmodal property of the userform to false

This works in xl2000 and later.

--
Regards,
Tom Ogilvy



"SJC" wrote in message
...
I'm trying to create a generic progress bar that I can call from different
procedures when needed and simply pass in the appropriate percentages. I
have created a userform to display the progress bar. The problem I have is
that as soon as I show the userform the procedure stops running until the
form is cancelled. I could call the procedure on activating the progress

bar
form but then it is no longer generic. I will have to create a new

progress
bar form for each procedure. Any suggestions? Thanks in advance for any

help
on this.

SJC




  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 10
Default Creating a generic progress bar

Thank you very much.

"Tom Ogilvy" wrote in message
...
Assume your useform is named frmProgressBar

frmProgressBar.Show vbModeless

or set the showmodal property of the userform to false

This works in xl2000 and later.

--
Regards,
Tom Ogilvy



"SJC" wrote in message
...
I'm trying to create a generic progress bar that I can call from
different
procedures when needed and simply pass in the appropriate percentages. I
have created a userform to display the progress bar. The problem I have
is
that as soon as I show the userform the procedure stops running until the
form is cancelled. I could call the procedure on activating the progress

bar
form but then it is no longer generic. I will have to create a new

progress
bar form for each procedure. Any suggestions? Thanks in advance for any

help
on this.

SJC






Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Generic Macro WildWill Excel Discussion (Misc queries) 7 February 2nd 10 02:21 PM
Define a generic name Nelson Excel Worksheet Functions 3 July 17th 09 10:01 PM
Creating a graphic from worksheet's data: like a "progress" thermo Nicole L. Charts and Charting in Excel 1 April 7th 05 07:15 PM
Make name Generic Duncan J Excel Programming 2 February 17th 04 05:21 PM
Generic Macro Steve Excel Programming 3 January 22nd 04 09:03 PM


All times are GMT +1. The time now is 12:41 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"