Hi,
I'm in the process of amending macros to run in 2010. the main thing I'm struggling with is saving as CSV format. Here's the code I have which creates a file with a csv extension, but isnt in csv format.
I'm guessing there must be an explicit command that dictates the file type but I'm having no success finding it![]()
With ActiveWorkbook .SaveAs Filename:=MyPath & MyFilename & ".csv" .Close End With
Can you help please?
M
Bookmarks