View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
[email protected] rgoubet@yahoo.fr is offline
external usenet poster
 
Posts: 6
Default Harmonize date format

Hi,

I export from an application csv reports for treatment in Excel.
However, the dates appearing in the CSV have can have several different
format, e.g.:

mm/dd/yyyy hh:mm
mm.dd.yyyy hh:mm

Is there a way to programmatically harmonize the date formats in a
selected range?

Thanks.

Raph