Splash screen shows flashing cursor

  • Thread starter Thread starter MichaelRLanier
  • Start date Start date
M

MichaelRLanier

When I enter text in a UserForm, upon execution, the splash screen
shows a blinking cursor at the end of the first row of text. I cannot
seem to find a way of deleting the cursor. Are there any suggestions
(and possible steps) up for suggestion? Thanks for any help that can
be offered.

Michael
 
Typically, a splash screen is used to display introductory information for a
few moment before the rest of the program is displayed. I assume you made a
splash screen and use it as such. The blinking cursor only shows when there
is a text entry control available. Normally, splash screens do not have or
need any textboxes or comboboxes(or the like). If you are displaying info.
using a textbox, switch it out for the Label control.


Let me know if this works or helped.

Dennis
 
Back
Top