View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Italian Pete Italian Pete is offline
external usenet poster
 
Posts: 4
Default rationalizing date format in column

I have an excel spreadsheet with a date column with the cells in the column
formatted as Date "dd/mm/yy". However, some of the cells contain the date in
other forms such as: dd.mm.yy or ddth month yyyy (the column format doesn't
seem to have had any effect on these). Is the way to resolve this problem to
write a macro to convert the unconverted and if so, what would the code be?

Many thanks

Pete