View Single Post
  #2   Report Post  
Chad
 
Posts: n/a
Default

Try this:

ActiveWorkbook.SaveAs Filename:= _
"C:\Documents and Settings\All Users\Desktop\Book1.csv",
FileFormat:=xlCSV


"craigkan" wrote:

I have an .xls file that I want to convert to a .csv file using the command
line. Is this possible?