VBA code to copy data from tables on different worksheets and put them in one table

jonnysamuel12

New Member
Joined
Jun 20, 2018
Messages
1
Hi,

I have 3 tables in 3 different worksheets. I want to setup a Macro to copy and paste the data from all 3 tables into another workbook (pre-existing), pasting one below the other and keeping the set of headings from the first table.

The headings of the 3 tables are all identical.

The number of rows in the table will change every time I use this Macro as data is constantly being added to these 3 tables.

So let's assume:

Sheet1
Table range:
- columns A:C
- rows: currently 1-5, but could be longer

Sheet2
Table range:
- columns A:C
- rows: currently 1-5, but could be longer

Sheet3
Table range:
- columns A:C
- rows: currently 1-5, but could be longer


I'm new to Mr Excel so forgive me if I've written anything incorrectly.

Really appreciate anyone who can help.

Happy to answer any more questions if need be.

Kind regards,

Jonny
 

Excel Facts

Ambidextrous Undo
Undo last command with Ctrl+Z or Alt+Backspace. If you use the Undo icon in the QAT, open the drop-down arrow to undo up to 100 steps.

Forum statistics

Threads
1,215,026
Messages
6,122,738
Members
449,094
Latest member
dsharae57

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