If i have a list box that has people's names in it, and i want it to display the sex of the person in the same listbox, but i want all of the male and female's to be in an ordered column, how do i do it? I tried it by adding Chr(9) a couple times, but if the name was long it pushed the gender to the right. Is there a way for me to have it displayed in 2 columns in one listbox in an orderly manner? If anyone knows how to do this in vb 5 and vb.net that would be great!!