Form question

B

billw

I am trying to use a form for the first time. I added it to my macro,
and it displays ok. When I exit from it I use Unload Me. However,
before it has cleared from the screen, a message box which comes up
later in the macro, appears over top of the form which I had closed.
Leaving both teh form and the msgbox on the screen

Can any tell me what I might be doing incorrectly?
 
T

Tom Ogilvy

Do you have
application.ScreenUpdating = False

in effect when you show the form?

If so, then that is probably the cause.
 

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

Similar Threads


Top