Activate a form ?
- From: dhstein <dhstein@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Tue, 28 Jul 2009 18:50:00 -0700
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.
.
- Follow-Ups:
- RE: Activate a form ?
- From: FSt1
- RE: Activate a form ?
- Prev by Date: Can the dwnarrow box for a pull-down list be on the left?
- Next by Date: Re: Large array, slow calcualtion of formulas
- Previous by thread: Can the dwnarrow box for a pull-down list be on the left?
- Next by thread: RE: Activate a form ?
- Index(es):
Relevant Pages
|