rainbowrabbit
MIS
I have a macro that opens a series of text files and puts them into an Excel spreadsheet.
When doing so it swaps the month day around as follows;
07/01/1998 becomes 01/07/1998
etc .
Dates like 25/08/2000 remain unaffected
When doing the same process manually the date formats are fine, but in code (I am using the opentext method) the day and month swap places.
Is there a way to remedy this or do I need to write a routine to change all the incorrect dates in the code??
When doing so it swaps the month day around as follows;
07/01/1998 becomes 01/07/1998
etc .
Dates like 25/08/2000 remain unaffected
When doing the same process manually the date formats are fine, but in code (I am using the opentext method) the day and month swap places.
Is there a way to remedy this or do I need to write a routine to change all the incorrect dates in the code??