Thread: Listbox
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Francis Ang[_3_] Francis Ang[_3_] is offline
external usenet poster
 
Posts: 75
Default Listbox

I have extracted some data from a text file. I have managed to display the
extracted data in columns in the ListBox. Except for the data in the first
column, the data in the other columns are out of alignment with the column
headers. How do I align the data with the column headers?

Any help is very much appreciated. Thank you.