I have a worksheet with data that I would like to transfer to a certain MS Access table via VBA, the equivalent method in Access VBA is : TransferSpreadsheet, but as far as I know, it is not available in Excel.
so my question is , does anyone know how to transfer a range of data from Excel to Access via VBA? it needs to be done with macro, because I have a large number of files.
I know how to loop through the folder, I just need to know what is the best way or the proper way to transfer the data of each workbook to Access. The data range is about 300 rows
Thanks!
JH
so my question is , does anyone know how to transfer a range of data from Excel to Access via VBA? it needs to be done with macro, because I have a large number of files.
I know how to loop through the folder, I just need to know what is the best way or the proper way to transfer the data of each workbook to Access. The data range is about 300 rows
Thanks!
JH