stay as do it - userform

  • Thread starter Thread starter Mark
  • Start date Start date
M

Mark

Hi,
I've two userforms. One is userform info "please wait..."
second is form in subs.
I'd like hold userform.show "please wait.." as long as sub
in second userform was performed.

Any advice appreciated

Regards
Mark
 
Probably easier to just put you message on the single userform.

You could make the other controls visible = false and unhide your message.
Then reverse the process. After setting the attributes, do a doevents to
enable the screen to redraw.
 
Mark,

You would either have to have modeless forms (XL2000 or later), or load the
second form from form1, and perform the code from within form2, and then
close it down itself.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top