closing user form

  • Thread starter Thread starter hwolf60
  • Start date Start date
H

hwolf60

I have a sort routine that starts with a user form to get input and then
opens a series of input boxes. I have the hide command for the user form
but the form does not go away untill all the input boxes have been
filled. i would like the user form to close right away.
 
Without seeing the code, this is just a guess.

Add a DoEvents after the Hide.

Alternatively, and depending on what you are doing, consider
{userform}.Repaint

--
Regards,

Tushar Mehta
www.tushar-mehta.com
Multi-disciplinary business expertise
+ Technology skills
= Optimal solution to your business problem
Recipient Microsoft MVP award 2000-2005
 

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