Dim ArrNums As Variant

ArrNums = Array(ListView1.ListItems.Item(1).ListSubItems(21))

of course this only gets one data point ....

what is the best way to collect all the data points (numbers) in col 21 of the listview and place it into an array that can be then used to perform the required analysis?