Modeless User Form not displaying all controls

F

Faulk

I'm using a modeless user form to display a "Processing....Please Wait"
message when my VBA code runs. However, when the form pops up, it's
just a white box. The label control that I created in the form doesn't
show".

ufProcessing.Show vbModeless


Application.ScreenUpdating = False


Any ideas as to why this would happen ??
 
C

Chip Pearson

You might try repainting the form. E..g,

UserForm1.Repaint.


--
Cordially,
Chip Pearson
Microsoft MVP - Excel
Pearson Software Consulting, LLC
www.cpearson.com
 

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