Opening CSV in Excel using VBA causes data to appear in two columns instead of one

后端 未结 5 1628
闹比i
闹比i 2021-01-20 12:17

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

5条回答
  •  予麋鹿
    予麋鹿 (楼主)
    2021-01-20 12:18

    I still suspect it's because the extension is CSV. What happens if you rename the file as a .txt?

提交回复
热议问题