userform not showing text when run vbModeless

S

Sliman

I have a user form with text box on "code running"
when open vbModeless userform is plain white and not showing text.
What propertys do i need to change to show text box.
 
W

ward376

Make the code stop for a second or two after loading the form so the
screen can update -

Application.Wait Now + TimeValue("0:0:01")
 

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