I have a CSV file which contains data in the dd/mm/yy hh:mm format (01/06/03 11:35)
When I save this using VB, either using Filename.SaveAs:=myfile
or
Filename.Save
then when re-opened, the format of tha data is in mm/dd/yy hh:mm, (06/01/03 11:35). Yet when I save it manually then it saves in the orginal format.
Any ideas why, or a fix that I can impliment to overcome this problem
Cheers
When I save this using VB, either using Filename.SaveAs:=myfile
or
Filename.Save
then when re-opened, the format of tha data is in mm/dd/yy hh:mm, (06/01/03 11:35). Yet when I save it manually then it saves in the orginal format.
Any ideas why, or a fix that I can impliment to overcome this problem
Cheers