advr.hlp (Topic list)
REMOVEITEM Method Details
  Summary  Details  Example                Contents  Index  Back
──────────────────────────────────────────────────────────────────────────────
 [form.]{listbox | combobox}.REMOVEITEM index%
 
 Usage Notes
   ■ Use the List, ListCount, and ListIndex properties to access items
     displayed in the list box at run time.
     See: List Property  ListCount Property  ListIndex Property
 
   ■ ListIndex is set to -1 (no item selected) immediately after a REMOVEITEM
     operation.
 
   ■ If you specify an index% value that does exist, Visual Basic generates
     the error message "Invalid Property Array Index."