N
nicoll
Can anyone help me please. I'm trying to save a file as a text file. The
file has the date in a format dd/mm/yyyy. When I save manually it saves in
the correct format, but with the following
ActiveWorkbook.SaveAs Filename:= _
"c:\myfile.txt", _
FileFormat:=xlText
the date format is saved as mm/dd/yyyy, I can't work this out.
Thanks
file has the date in a format dd/mm/yyyy. When I save manually it saves in
the correct format, but with the following
ActiveWorkbook.SaveAs Filename:= _
"c:\myfile.txt", _
FileFormat:=xlText
the date format is saved as mm/dd/yyyy, I can't work this out.
Thanks