Add Method
Description
Adds a new item to the current list object.Adds a new item to the current list object.
Syntax
Visual Basic
Public Sub Add( _
   ByVal vNew As Variant _
) 
Parameters
vNew
A value or object reference to be added to the list.A value or object reference to be added to the list.
See Also