Does anyone have a code sample that will alphabetize a list? I am using a For Each loop to populate a list but the items all come out jumbled.

Here's what it looks like now:
Code:
For Each Animation In Merlin.AnimationNames
   List1.AddItem Animation
Next
Can anyone help?