Opening semicolon delimited CSV file

后端 未结 8 1936
我寻月下人不归
我寻月下人不归 2020-12-18 07:57

How does one open a semicolon delimited CSV file with VBA in Excel 2000?

Sample data

An ID;TEST20090222
A Name;Firstname Surname
A D         


        
8条回答
  •  南方客
    南方客 (楼主)
    2020-12-18 08:39

    Not sure, but you can try recording a macro to do the same thing and check the VBA code it produces. You might get a hint there as to what's missing.

提交回复
热议问题