I created VBA code in Excel 2007/2010 to import data from a CSV file. Unfortunately, when I open the file programmatically, the data is split into two columns (A and B) for
I still suspect it's because the extension is CSV. What happens if you rename the file as a .txt?