Results 1 to 5 of 5

Thread: List.RemoveItem

  1. #1

    Thread Starter
    New Member
    Join Date
    Jul 2000
    Posts
    4

    Exclamation

    ok i need to remove a highlighted item from a List... someone please help and Fast... sorry i'm new -=\
    thanx in advance.
    -==FF==-

  2. #2
    Guest
    Use the RemoveItem method.

    Code:
    List1.RemoveItem (List1.ListIndex)

  3. #3

    Thread Starter
    New Member
    Join Date
    Jul 2000
    Posts
    4
    thanx... greatly appreciated... my VB Help file, well I don't have one so thanx again.

  4. #4
    Fanatic Member
    Join Date
    Jan 2000
    Location
    Nitro
    Posts
    633

    Code:
    listbox1.listindex =-1
    Chemically Formulated As:
    Dr. Nitro

  5. #5
    Guest
    make sure to add a

    Code:
    On Error Resume Next

    or you will get an error when the listbox runs out of items.

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