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 in the list where the item is to be inserted.
vNew
A reference to the object to be added.
See Also