Would a List work then?

vb Code:
  1. Dim exerciseList As New List(of String)
  2. '
  3. exerciseList.Add(Me.Exerciselistbox.Items(i).toString)