Userform is blank when displayed

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

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!!!!
 
Try adding the command DoEvents just after showing your userform.

Hope this helps
Rowan
 
Back
Top