ListBox.InitialValue Property
Syntax
InitialValue as String
A list of the default items separated by carriage returns. If the ListBox has more than one column (ColumnCount > 1), separate column entries with Tabs within each row.
If HasHeading is True, the first row of InitialValue is assumed to be the column headings--unless the Heading array is also specified.