Link to home
Start Free TrialLog in
Avatar of Murray Brown
Murray BrownFlag for United Kingdom of Great Britain and Northern Ireland

asked on

Access VBA - Loop through Excel sheets and import the to the same table

Hi

I have an Excel spreadsheet with data on several sheets. They all have the same column names.
What Access VBA code would I use to append all the data to one Access table?

Thanks
ASKER CERTIFIED SOLUTION
Avatar of Jonathan Kelly
Jonathan Kelly
Flag of Ireland image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Murray Brown

ASKER

Hi. Thanks. But I don't want to link to the spreadsheets or create append queries. I need to fully automate this in code