See these articles for example code for how to do this in ACCESS:
Import Data from Specific Worksheets in All EXCEL Files in a single Folder
via TransferSpreadsheet (VBA)
http://www.accessmvp.com/KDSnell/EXC...ImpFldWrkFiles
Import Data from A Specific Worksheet in All EXCEL Files in a single Folder
into Separate Tables via TransferSpreadsheet (VBA)
http://www.accessmvp.com/KDSnell/EXC...ktFilesSepTbls
--
Ken Snell
<MS ACCESS MVP>
http://www.accessmvp.com/KDSnell/
"lz" <(E-Mail Removed)> wrote in message
news:0B60B5DB-C9DD-4108-8EF4-(E-Mail Removed)...
> I'm trying to merge multiple excel spreadsheets saved under different file
> names into one Access worksheet. All the columns are identical. I'm able
> to
> import the first file into Access but then when I try to go thru the same
> process with the next spreadsheet and I choose the existing dabase it
> gives
> me an error message that just says it did not go through? What do I do?
>
> Thanks!