what do you mean move it for me?
I've had as much of the file that will fit in excel to see how the file is set up. I don't have the programming knowledge to get the data that I need out and display it.
CSV is complex to read - it's got quotes around text data that has commas imbedded - stuff like that. You can't use SPLIT - the function always suggested for it.
If you are looking to do this one time only, use EXCEL.
If you want a program - here's a link to use ADO - I just did a search for CSV and ADO...
If I knew how to write code then I would be looking for help in the vb forum. This is way over my head. I've read 2 books on vb and did some practice examples but nothing like this. I think it should stay here in the project requests. I was ready to keep manually inputing data and forget about this project but now I want to see it complete some how.