I have to regularly export some data to .csv
Right now, I have automated this by exporting it to .xls, and then opening
up each file, and saving it again...
The OutputTo method doesn't support CSV right now... Is there another way to
do it automatically? (saves me a step)
Right now, I have automated this by exporting it to .xls, and then opening
up each file, and saving it again...
The OutputTo method doesn't support CSV right now... Is there another way to
do it automatically? (saves me a step)
Comment