I need to parse Excel work sheets. Now I save each individual work sheet as .csv and it works great. I use OpenCSV to parse the files etc. but to create those .csv files are
As a first answer, here is the code used to save a file to CSV:
ActiveWorkbook.SaveAs "C:\Marthinus.csv", fileformat:=6
More info about SaveAs