I need to import data from csv files into Access.
The problem that I have is that the format of the cvs file can change. Some have 5 columns od data, some have 6. Also the contents of the first row change!
I can handle the changes in the data if the data is available in an Excel spreadsheet.
How can I save a .csv file as an Excel file using vba (DAO)?
Or do I need to open the .csv file and import the data row for row? If yes, how do I do this?
Thanks in advance
The problem that I have is that the format of the cvs file can change. Some have 5 columns od data, some have 6. Also the contents of the first row change!
I can handle the changes in the data if the data is available in an Excel spreadsheet.
How can I save a .csv file as an Excel file using vba (DAO)?
Or do I need to open the .csv file and import the data row for row? If yes, how do I do this?
Thanks in advance