Access Data Project Importing CSV File In VBA
问题 Every now and then I come across a problem with an old system one of my colleagues has developed. They tend to have thousands of lines of code to do a simple thing like importing a csv file. Currently the vba process is: open excel application create new worksheet populate the csv file into excel add the header names to the file save the worksheet as a new excel file imports the file into the access data project sql table. Process the data What I want to do with it is: import the csv to the