Removes a value from the list.
Public Sub Remove( ByRef Value As Variant )
This method searches the list for the first instance of the value. If one is found, it is removed from the list.
Project CorLib Overview
Class IList Overview