Results 1 to 2 of 2

Thread: Thank You Martinliss

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Feb 2000
    Posts
    140

    Post

    I just want to say thank you for your reply. Someone(from work) had answered my question(How to populate the list box from the combo box). But I have other question
    for you. How to delete the item form the list box.

    Thanks

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

    Post

    To remove a specific entry

    List1.RemoveItem 2

    Or to remove the selected entry

    List1.RemoveItem (List1.ListIndex)


    ------------------
    Marty
    What did the fish say when it hit the concrete wall?
    > > > > > "Dam!"

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