macro help for dates

A

Aaron Russell

I have two questions. I have a worksheet that has column A populated with
dates in the format of "yyyymmdd". Is there a macro that I can run that
will convert only the records in that column with data into the format of
say August 5, 2004.

Secondly is there a way I can insert a blank line with a macro if say A23
does not equal A24. Thank you.
 
R

Ron Rosenfeld

I have two questions. I have a worksheet that has column A populated with
dates in the format of "yyyymmdd". Is there a macro that I can run that
will convert only the records in that column with data into the format of
say August 5, 2004.

Secondly is there a way I can insert a blank line with a macro if say A23
does not equal A24. Thank you.

Have you tried Data/Text to Columns using ymd as the type of date?


--ron
 

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

Top