I have a text file that has 65 columns and 1836 rows.
I need to:
* Open the text file for the given path
* Create a vba code in excel that writes a string before each cell; (Example: "Insert into channel_data ("here have the cell information")"
* Place the entire workbook with the added information into a different text file
* Save and close the text file
I need the above information because my ultimate goal is to place all this data into mySQL.
Thank you so much for helping me.
I need to:
* Open the text file for the given path
* Create a vba code in excel that writes a string before each cell; (Example: "Insert into channel_data ("here have the cell information")"
* Place the entire workbook with the added information into a different text file
* Save and close the text file
I need the above information because my ultimate goal is to place all this data into mySQL.
Thank you so much for helping me.