changing date format

  • Thread starter Thread starter Jock
  • Start date Start date
J

Jock

How can I change this 04.08.08
to this
04 Aug 08 ?
There are hundreds of rows with dates in this type of date format.
Is there a way using VBA to 'ripple through' these and change them to the
desired format without doing them all manually?

Thanks,
 
Select the whole column and do a find & replace (ctrl + H) and replace . with /

Sam
 
That'll do. Thanks Sam
--
Traa Dy Liooar

Jock


Sam Wilson said:
Select the whole column and do a find & replace (ctrl + H) and replace . with /

Sam
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top