VBA Import CSV file

2019-09-18 19:52发布

问题:

My macro can import text files from a folder:

DoCmd.TransferText acImportDelim, ....

But now, I no longer need to import text files, I need to import csv files.

How can I implement the code to achieve this?