How to save column entries to text file without quotes on each line
Hello....I'm trying to save off column entries to text file without column name. These text files are used by VB code in another existing program that expects the fields in each line to be separated by commas. I'm able to get the text files created without the column name (thanks to another user's previous post!) but I can't get the code to not put quotes around the entries for each line. I've tri...