BigK54

New Member
Joined
Apr 14, 2011
Messages
12
won't hold in CSV format from Excel workbook. Every time I reopen the file, it converts back to mo/day/year from the year-mo-day format that I had changed it to. What Am i not doing here?
 

Excel Facts

How can you automate Excel?
Press Alt+F11 from Windows Excel to open the Visual Basic for Applications (VBA) editor.
You can save formats in a CSV file.
 
Upvote 0
I can repeat the formatting problem, no matter which csv format I use for saving the file. Saving as a txt file doesn't change things.

Excel is just trying to be helpful—it recognizes the entry as a date and displays the cell using the system 'short date format'. That is, it converts the date string from the file to an Excel date. The only way I found to work around this is to change the system short date format to yyyy-mm-dd.

Using Windows 10, you can get to the date and time settings quickly by left clicking on the clock in the system tray. Click on 'Date and time settings' at the bottom of the calendar, then click 'Change date and time formats'. Finally, make your selection under 'Short date'.
 
Upvote 0
I find that using Custom Date Formats and saving to a CSV file DOES, in fact, keep the Custom date format.
The issue is, that many people do not actually know how to best view to CSV file.
Do NOT view it in Excel!!! Why? Excel applies a conversion on it automatically when you open the CSV file!

If you TRULY want to know what the contents of a CSV file look like, NEVER USE EXCEL to view its contents! Use a Text Editor, like NotePad, WordPad, or some other after-market Text Editor.
That will show you what is really contained in the CSV file.

This is one of my biggest pet peeves with Microsoft - that someone thought Excel should be the default program to open and view CSV files. Horrible decision!
One of the first things I do when I get a new computer is change that default to a Text Editor.
 
Upvote 0
I agree with you Joe, I usually open them with a code editor, Vim, or, lately, in RStudio. The csv files are saved just fine by Excel.

This isn't my biggest annoyance with Microsoft, but it ranks up there with code pages for languages and their conflating UTF-16 for Unicode.
 
Upvote 0
I can repeat the formatting problem, no matter which csv format I use for saving the file. Saving as a txt file doesn't change things.

Excel is just trying to be helpful—it recognizes the entry as a date and displays the cell using the system 'short date format'. That is, it converts the date string from the file to an Excel date. The only way I found to work around this is to change the system short date format to yyyy-mm-dd.

Using Windows 10, you can get to the date and time settings quickly by left clicking on the clock in the system tray. Click on 'Date and time settings' at the bottom of the calendar, then click 'Change date and time formats'. Finally, make your selection under 'Short date'.

Thank You, that was a simple fix, I greatly appreciate it! if you come this way, I'll buy you drink! Doug
 
Upvote 0

Forum statistics

Threads
1,220,965
Messages
6,157,119
Members
451,399
Latest member
alchavar

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