Import multiple excel sheets into one table

Mi

Board Regular
Joined
Sep 19, 2004
Messages
77
Hello,
I have problem linking to an excel workbook. I have to use a sheet for each month data due to the size of the data, thus 2005 workbook with 12 sheets. There are 2 different workbooks with similar data. I had imported the sheets and did the needed qry's before realizing that the size of the excel was going to be a problem. Is there a way to do this?

Please help!!!

Mi
 

Excel Facts

Does the VLOOKUP table have to be sorted?
No! when you are using an exact match, the VLOOKUP table can be in any order. Best-selling items at the top is actually the best.
Sorry, not sure what you mean here.

You can Link to a Range of Cells or an entrie Worksheet. If you would like to link to a range this can be done by

1)Selecting the excel range of cells with (hopefully) Field Names as column Headings in the first selected row.

2) Choose Insert|Name|Define and give the selection a name.

3) Link from Access using the get External Data wizard and your Defined Range will be there.

If you are not talking about linking but you are talking about compiling all of your worksheets into one table...

1) Create one tabel with all the fields/Data types that are common to all tables.

2) Use Append Queries to append from your imported/Linked Tables/Ranges into your main table.

If you have matching Field names you could also use a Union Query (SQL) which just places one table on underneath another.

Hope This Helps?
 
Upvote 0
I will look into this. I have not tried using Append Queries before.

Thanks to direction :wink:

Milia
 
Upvote 0

Forum statistics

Threads
1,221,875
Messages
6,162,563
Members
451,775
Latest member
Aiden Jenner

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top