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 fromVBA
? - Is it possible to use
VBA
features to write into it instead of just writing in a "raw textual" approach ?
Thank you :)
See Question&Answers more detail:os