B
brawlsadford
(reposted from General Questions)
(note: this behaviour seems to have appeared in Excel 2007 - in Excel 2003
the macro worked fine!)
Hi Dave,
thanks for your response - I appreciate the help on this one!
Whether I open the new CSV file in Notepad or Excel, the entry reads:
9/14/2006 0:00 (in Excel the cell format upon opening is "General" - note
the change in hour format too)
The same entry in the master CSV (in both Notepad and Excel) looks like this:
14/09/2006 00:00:00 (in Excel the cell format upon opening is "Custom -
dd/mm/yyyy hh:mm" )
When the data is pasted across into the macro workbook, the U.K. formatting
is preserved. After saving as CSV (automatically via the macro), the
formatting in the macro Workbook (i.e. the xlsm file) is still U.K. - if I
then save to CSV manually, the formatting is still dd/mm/yyyy hh:mm
It's only in the macro-saved version that this transposition to mm/dd/yyyy
h:mm is present.
Am I missing something?
Thanks Again,
Saul
(note: this behaviour seems to have appeared in Excel 2007 - in Excel 2003
the macro worked fine!)
Dave Peterson said:How did you verify that the dates changed?
Did you reopen the CSV file in Excel or in Notepad?
If you used excel, try using Notepad.
Hi Dave,
thanks for your response - I appreciate the help on this one!
Whether I open the new CSV file in Notepad or Excel, the entry reads:
9/14/2006 0:00 (in Excel the cell format upon opening is "General" - note
the change in hour format too)
The same entry in the master CSV (in both Notepad and Excel) looks like this:
14/09/2006 00:00:00 (in Excel the cell format upon opening is "Custom -
dd/mm/yyyy hh:mm" )
When the data is pasted across into the macro workbook, the U.K. formatting
is preserved. After saving as CSV (automatically via the macro), the
formatting in the macro Workbook (i.e. the xlsm file) is still U.K. - if I
then save to CSV manually, the formatting is still dd/mm/yyyy hh:mm
It's only in the macro-saved version that this transposition to mm/dd/yyyy
h:mm is present.
Am I missing something?
Thanks Again,
Saul