Hi all,
One of the last things a macro in my worksheet does is save the sheet in a .csv format. I have a date column in the sheet formatted as dd/mm/yy. However when the macro does the 'File Save' the date actually comes out as mm/dd/yy in the saved file.
If I manually do a File-Save As, the date is saved correctly. The SaveAs method does not have any date properties e.g.
expression.SaveAs(Filename, FileFormat, Password, WriteResPassword, ReadOnlyRecommended, CreateBackup, AddToMru, TextCodePage, TextVisualLayout)
Would anyone please be able to help me?
One of the last things a macro in my worksheet does is save the sheet in a .csv format. I have a date column in the sheet formatted as dd/mm/yy. However when the macro does the 'File Save' the date actually comes out as mm/dd/yy in the saved file.
If I manually do a File-Save As, the date is saved correctly. The SaveAs method does not have any date properties e.g.
expression.SaveAs(Filename, FileFormat, Password, WriteResPassword, ReadOnlyRecommended, CreateBackup, AddToMru, TextCodePage, TextVisualLayout)
Would anyone please be able to help me?