You need to specify that its a multicolumn listbox.
VB Code:
  1. ListBox1.ColumnCount = 3
  2. ListBox1.List() = MyArray 'Populate it with your multidimential array