Userform is blank when displayed

S

SteelDetailer

I am using a simple Userform to display a message to the user when a macro is
running. None of the macros takes more than 2-3 seconds to run.

However, when I display the userform vis:
userform.show
the user form is displayed, but only the "caption" bar shows up...the rest
of the form is solid white.

My userform showmodal = false

Any Ideas??? Thanks in Advance!!!!
 
R

Rowan Drummond

Try adding the command DoEvents just after showing your userform.

Hope this helps
Rowan
 

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

Top