Hi
My file in question is BSE.csv
I am looking at repeating the first row mainly containing in all the txt files
<ticker>,<date>,<open>,<high>,<low>,<close>,<volume>,<o/i>
I have this code
Sub Create_Txt_File()
On Error Resume Next
myPath = "c:\test\"
Kill myPath & "*.csv" 'this will...