I know how to loop through and find the largest but not how to make an array, i tried something like :

VB Code:
  1. Dim strTotal as String
  2. Form_Load()
  3. strTotal(1) = "1"
  4. End Sub

But that doesnt work.....