I need to output some results as a .csv file, that gets parsed later on by another process. In order to produce these results, I have a huge workbook containing
.csv
You may write a macro like to save the current workbook (opened excel file) in CSV from VBA:
ActiveWorkbook.SaveAs Filename:="C:\Book1.csv", _ FileFormat:=xlCSVMSDOS, CreateBackup:=False