Results 1 to 4 of 4

Thread: Listbox new item position

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    May 2006
    Posts
    208

    Listbox new item position

    If I have a listbox with 15 items and i wanted to add a new item in position 9, how could i do that?


    thanks

  2. #2
    "Digital Revolution"
    Join Date
    Mar 2005
    Posts
    4,471

    Re: Listbox new item position

    Quote Originally Posted by stevelach
    If I have a listbox with 15 items and i wanted to add a new item in position 9, how could i do that?


    thanks
    Code:
    List1.AddItem "Test", 8

  3. #3

    Thread Starter
    Addicted Member
    Join Date
    May 2006
    Posts
    208

    Re: Listbox new item position

    thanks

  4. #4
    Former Admin/Moderator MartinLiss's Avatar
    Join Date
    Sep 1999
    Location
    San Jose, CA
    Posts
    33,431

    Re: Listbox new item position

    Now that we've helped you, you can help us by pulling down the Thread Tools menu and clicking the Mark Thread Resolved button which will let everyone know that you have your answer. Also if someone has been particularly helpful, or even particularly unhelpful, you have the ability to affect a their forum "reputation" by rating their post.

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