How can I populate a listbox with data from a text file? OR How can populate a listbox with multiple columns of data? I want to reference the index of the listbox items.
I thought the syntax List1.additem "c:\list1.txt" would work, but it didn't.

Thanks!