Tables Collection Method: Add 
Purpose
Adds a new table to the collection.
Syntax
The Add method has the syntax:
Add (VARIANT vaWhat)
Description
Set the type for the vaWhat parameter to:
- VT_EMPTY, to create a new table
- VT_BSTR, to create a new table with the parameter name vaWhat
- VT_DISPATCH, to add the Table object to the end of the collection