When I read tab delimited ASCII data into Excel, if it contains data of the format ##-##-## or ##/##/##, the cells are automatically formatted as "date" which loses the content of the original cell. For example, if I have a text file containing the following 02-01-02, it gets read in as 02/01/2002 and I lose the ability to change it's format back to 02-01-02. Is there a way to keep this automatic date format from being applied?



