Consulting

Results 1 to 6 of 6

Thread: ControlTip Text not showing in excel Userform

  1. #1
    VBAX Regular
    Joined
    Nov 2018
    Location
    London, U.K.
    Posts
    99
    Location

    ControlTip Text not showing in excel Userform

    I have added controltip text to some of the textboxes in my excel Userform via properties. When testing the form, the tips are not showing when hovering over the boxes. In fact, nothing happens.
    Do I have to do something else to make this work?

  2. #2
    VBAX Guru Kenneth Hobs's Avatar
    Joined
    Nov 2005
    Location
    Tecumseh, OK
    Posts
    4,956
    Location
    The only way I can duplicate that is to set Enabled=False.

  3. #3
    VBAX Regular
    Joined
    Nov 2018
    Location
    London, U.K.
    Posts
    99
    Location

    Thank you

    Thanks for this Kenneth. I tried that, but alas still no luck.

  4. #4
    VBAX Guru Kenneth Hobs's Avatar
    Joined
    Nov 2005
    Location
    Tecumseh, OK
    Posts
    4,956
    Location
    Attach a short example file so we can better help.

    Click Go Advanced button in lower right of a reply then the paperclip icon or Manage Attachments link below the reply box to browse and upload the xlsm.

  5. #5
    VBAX Mentor
    Joined
    Apr 2009
    Location
    Kingsbury
    Posts
    423
    Location

    Tip For text box

    Try This, Hover the mouse over the textbox
    To run go to view code click on userform then run
    Attached Files Attached Files

  6. #6
    VBAX Sage
    Joined
    Apr 2007
    Location
    United States
    Posts
    8,724
    Location
    I tried it two ways

    a. I added a Sub in a standard module to load and show the userform
    b. I just ran the userform from view code

    Both worked normally

    Capture.JPG
    ---------------------------------------------------------------------------------------------------------------------

    Paul


    Remember: Tell us WHAT you want to do, not HOW you think you want to do it

    1. Use [CODE] ....[/CODE ] Tags for readability
    [CODE]PasteYourCodeHere[/CODE ] -- (or paste your code, select it, click [#] button)
    2. Upload an example
    Go Advanced / Attachments - Manage Attachments / Add Files / Select Files / Select the file(s) / Upload Files / Done
    3. Mark the thread as [Solved] when you have an answer
    Thread Tools (on the top right corner, above the first message)
    4. Read the Forum FAQ, especially the part about cross-posting in other forums
    http://www.vbaexpress.com/forum/faq...._new_faq_item3

Posting Permissions

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