Insert Method
Description
Inserts a new item at the specified position.
Syntax
Visual Basic
Public Sub Insert( _
   ByVal Pos As Long, _
   ByVal vNew As Variant _
) 
Parameters
Pos
The position into which to insert the item.
vNew
A value or object reference to be inserted in the list.
See Also