News

Open your VB6 project in the editor. Create a file handler to the CSV file. The following code creates a handler to the file named "data.csv":Open "c:\data.csv" For Output As #output ...