TC2000,
This is one "workaround"... which will leave you with a "space" character in front of your numbers when you save the file as a CSV file. If you can live with the "space" character, then the following will work for you.
1) In an adjacent column, use the following formula, and copy it down for each date in your column. Naturally replace the "A1" in the formula for your date column.
=" "&RIGHT("0"&MONTH(A1),2)&"/"&RIGHT("0"&DAY(A1),2)&"/"&YEAR(A1)
2) Convert the formula column to values, and
3) Replace the date column data with your new values.
Hope this helps. Please advise as to how useful this workaround is.
Regards, ...Dale Watson dwatson@bsi.gov.mb.ca