I have a folder with about 100 .csv files - some of the files, but not 100%, have a field called 'Comments'.
I need to open each file, go to the comments field and take out the double quotes. (Replace([Comments], '"", ' '))
THEN reoutput the file back to the directory.
I've done a few macros before but I'm having trouble with this one....
I think this would be a batch macro.
I'm unsure how to get it to write out file with the 'fixed' Comments field over the existing file.
I welcome some direction on how to approach this effort!