It is a mixed types problem - the text driver (which I believe uses the Excel driver in this case) sees that most of the values in that column are numeric then it will treat them all as numeric so when it then sees that value with the parens it has to ignore it. Change one of the others to include parens and it will work because then the majority of the values will be text and it will make the whole column text instead of numeric.eg.ID, Name, Tel,12, Peter, 63783434, Mary, (853)3434343443, "John,Lee", (853)234238
The IMEX value won't have any effect unless you change a registry setting to tell the driver to always use text (which may be a solution in this case although you then won't get the first column being numeric for example).See here for more about the registry entryhttp://www.dailydoseofexcel.com/archives/2004/06/03/external-data-mixed-data-types/