Welcome to VBForums

Based on the example project given (but no testing), I think this is what you want:
Code:
    For i = 0 To List2.ListCount
      objDataset.Points.Add CInt(List2.list(i))
    Next i