VBA: A Simple Tool to Open a CSV File and Create Chart with Data
https://peltiertech.com/simple-vba-open-csv-file-chart-user-specified-data/
May 18, 2015 · Open CSV file, save as Excel workbook (doesn’t use FileSystemObject, which you declared but didn’t use, doesn’t use old VB “Open MyFile For Input” syntax, simply opens the CSV file): ... works in Excel 2013 and 2016, but would crash in 2007 and 2010. For those (and also later versions) you could use:
DA: 75 PA: 28 MOZ Rank: 4