Depends on what's in the text file. You should be able to read it into Excel, use TextToColumns to parse the text data, then Save As a .csv file. If the information is not amenable to TextToColumns treatment, you can use the VBA file handling commands to programmatically read in, parse and write the data (but that's a lot more work).
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.