I'm assuming the process would be the same if you wanted to go the other way: a CSV file to an XLS file. I tried this to no avail:
ActiveWorkbook.SaveAs Filename:= _
"c:\MyFile.xls", FileFormat:=xlXLS _
, CreateBackup:=False
I wasn't sure on what the FileFormat would be named, I think that's where my problem lies. Any ideas?
Thank you.