Results 1 to 5 of 5

Thread: tooltiptext on header of column in listview

  1. #1

    Thread Starter
    PowerPoster
    Join Date
    Mar 2005
    Posts
    2,580

    tooltiptext on header of column in listview

    Possible to have a tooltiptext on header name of column in listview in a vba userform?

    i use vba for excel.
    Last edited by luca90; Jul 29th, 2015 at 08:24 AM.

  2. #2
    PowerPoster
    Join Date
    Oct 2008
    Location
    Midwest Region, United States
    Posts
    3,574

    Re: tooltiptext on header of column in listview

    I can't figure out how to create a listview on an Excel user form. Do you mean a listbox instead?

  3. #3

    Thread Starter
    PowerPoster
    Join Date
    Mar 2005
    Posts
    2,580

    Re: tooltiptext on header of column in listview

    Quote Originally Posted by vbfbryce View Post
    I can't figure out how to create a listview on an Excel user form. Do you mean a listbox instead?
    no.
    listview, please.

  4. #4
    PowerPoster
    Join Date
    Dec 2004
    Posts
    25,618

    Re: tooltiptext on header of column in listview

    @bryce
    right click in toolbox
    additional controls > microsoft listview
    i do my best to test code works before i post it, but sometimes am unable to do so for some reason, and usually say so if this is the case.
    Note code snippets posted are just that and do not include error handling that is required in real world applications, but avoid On Error Resume Next

    dim all variables as required as often i have done so elsewhere in my code but only posted the relevant part

    come back and mark your original post as resolved if your problem is fixed
    pete

  5. #5
    PowerPoster
    Join Date
    Oct 2008
    Location
    Midwest Region, United States
    Posts
    3,574

    Re: tooltiptext on header of column in listview

    Yeah, I found that later. The first time around I didn't get far enough down "the list!"

Posting Permissions

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



Click Here to Expand Forum to Full Width