4,6,8,10,12,14 is 6 not 7


This seems to work. But I get "bad function argument" when I try to use it to load mschart which is why I needed that array in the first place.

Code:
For n = 4 To 14 Step 2
        aryData(0, i) = rsoxygen(n)
        aryData(1, i) = rsoxygen(n + 1)
        i = i + 1
        
    Next
     
    MSChart1.ChartData = aryData