Structures Collection Method: Add 
Purpose
Adds a Structure object to a Structures collection object.
Syntax
The Add method has the syntax:
Object Add(Variant vaWhat)
Description
Add may be used in two different variants. If you set vaWhat to a string, the Name property of the new Structure object is initialized with that parameter. Otherwise, set the parameter to VT_EMPTY to create a new default-initialized object. The Name property of the object should be initialized in any case, because this name is used to access the
items within a node object.