Modeless User Form not displaying all controls

  • Thread starter Thread starter Faulk
  • Start date Start date
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 ??
 
Back
Top