Activate a form ?

Tech-Archive recommends: Speed Up your PC by fixing your registry



I have a form that I use for a progress indicator. I activate the form by :

frmProgress.Show

This works fine the first time, but I want to be able to display the
progress for a second routine. I have the code all set up to handle it, but
when I hit the frmProgress.Show a second time I get this message:

Form Already Displayed - Can't show modally

I want to be able to execute the code within the form - right now I'm using
the event Private Sub UserForm_Activate(). Do I need a different event? How
can I initiate the code a second time if the form is already shown ? Thanks
for any help on this.
.



Relevant Pages

  • RE: Activate a form ?
    ... This works fine the first time, but I want to be able to display the ... progress for a second routine. ... the event Private Sub UserForm_Activate. ... can I initiate the code a second time if the form is already shown? ...
    (microsoft.public.excel.misc)
  • (C) Simulated progress bar
    ... for him has asked me if I could get the program to pause for a second ... between turns and to display a progress indicator to make it look like the ... for loop, set up to display a bunch of hashmarks or ASCII block characters ...
    (alt.comp.lang.learn.c-cpp)
  • Re: Display of Command execution.
    ... i think there's an ms patterns implementation on a similar point. ... > complaining i want to display an progress indicator. ...
    (microsoft.public.dotnet.framework.adonet)
  • Macro CPU Utilization Issue
    ... I'm using Walkenbach's Progress Indicator form to display the progress ... of a fairly complicated macro I've written. ...
    (microsoft.public.excel.programming)