in my excel spreadsheet i used format of dd/mmm
and internally excel has stored it as mm/dd/yyyy.

i then used this column to populate the combobox in vb. the combobox gets populated with the internal format of mm/dd/yyyy.

but when i read the whole column back to display it in a listbox, i get error.
i guess the error is due to the difference in formats. can anyone help suggesting anything please?????