Collections
A collection is a grouping of Variant data which can be accessed by a key value. For example, Arrays, Tables, and Lists are all collections. There are operations that are (in general) common across collections. You can access an element in a collection by specifying that element's key. For example, here's a Table collection:
Dim myCats = {}