Consulting

Results 1 to 3 of 3

Thread: Eliminating blinking cursor in UserForm Text box

  1. #1

    Eliminating blinking cursor in UserForm Text box

    Why property eliminates a blinking cursor in a text box when the UserForm1 is activated with?:

    UseForm1.Show
    Or should I be using a Label instead of a TextBox?

  2. #2
    Administrator
    Chat VP
    VBAX Guru johnske's Avatar
    Joined
    Jul 2004
    Location
    Townsville, Australia
    Posts
    2,872
    Location
    Hi,

    The blinking cursor is there as an invitation for the user to write something in the text box. If the intent is just to display something you could use a label (you can also use 'properties' to make the label look like a text box if that's what you want)

    HTH,
    John
    You know you're really in trouble when the light at the end of the tunnel turns out to be the headlight of a train hurtling towards you

    The major part of getting the right answer lies in asking the right question...


    Made your code more readable, use VBA tags (this automatically inserts [vba] at the start of your code, and [/vba ] at the end of your code) | Help those helping you by marking your thread solved when it is.

  3. #3
    Problem solved in the meantime, by using Labels and formatting them with Properties. Thanks!

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •