Date format switch

RonEmm

Board Regular
Joined
Aug 18, 2009
Messages
108
From an import file I retrieve o.a. cells that contain a date. The date is in the format dd-mm-yy. At the end of the data, for some reason a blank is added so the complete contents looks like e.g.: "01-06-10 "

After copying that cell into a new worksheet manually and pressing F2 the blank is gone and the date looks like "01 jun 2010", which is correct. I tried doing the same using VBA but then the day and month are switched so instead of June 1, I get January 6 using the same format "dd mmm yyyy". Local settings already are set to Dutch.

Does anyone know a solution so I can keep using VBA?

I use Office 2007 - Dutch.

Thanks!
 

Excel Facts

Control Word Wrap
Press Alt+Enter to move to a new row in a cell. Lets you control where the words wrap.
Maybe try using text to columns in vba. You can record a macro and in the 3rd step there is a date radio button and you can choose your format such as MDY or DMY or so forth.

Maybe that will help?
 
Upvote 0

Forum statistics

Threads
1,214,560
Messages
6,120,222
Members
448,951
Latest member
jennlynn

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top