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 all the macros and functions that I need.
- Is it possible to "create" a separate .csv file from VBA?
- Is it possible to use VBA features to write into it instead of just writing in a "raw textual" approach?
Is something like this what you want?
Don’t forget you will need to put quotes around any field containing a comma.