I want create some objects of a user-defined class (clsDataSet) and put them into a collection. I.e. something like this: Dim col As Range
Dim allDataPoints As New Collection
For Each col In RangeIn.Columns
Dim Series As New clsDataSet
Series.Initialise (col)...