Populating a list box with the first column of a text tab delimitated text file.
Hi,
I need to use a list box to avoid data entry errors by end users. The listbox should consist of data from the first column of a tab delimitated text file that is maintained by other individuals.
I have successfully written vbscript to load each line of the text file into the listbox, but the appearance is unsightly and confusing.
Can anyone help me figure out how to load just the first column of the tab deliminated text file into the list box.
Thanks

