ListBox1.AddItem "test", 0把括号去掉试试。
添加后反序排列下数组,再重新添加到列表中。用array.reverse方法可以反向数组。
ListBox1.Items.Insert(0,“test”)