Transferring cell values from worksheet to another

Phoenix_Turn

New Member
Joined
May 11, 2011
Messages
37
Hi all,

I was wondering at the moment, In worksheet 1: "Sheet1", there are 3 columns of values.

In worksheet 2: there are existing values with also too 3 columns.

Now, if a button is clicked, the values of worksheet 1, are then copied below the existing data in "Sheet2".

Was wondering is there any instructions using vba to do so using loops, the offset function?

Thank you!

Edit: Here's an example:

In sheet1:

A B C
1 Cat Cow Dog

2 Pig Sow Bird

3 Tiger Hamster Ant


For sheet 2, here are the existing data:

A B C
1 Lizard Termite Mosquito

2 Snail Slug Gorilla

3 Tiger Hamster Ant

So sheet 1 needs to be added below sheet 2: Hence the end result is:

A B C
1 Lizard Termite Mosquito

2 Snail Slug Gorilla

3 Tiger Hamster Ant

4 Cat Cow Dog

5 Pig Sow Bird

6 Tiger Hamster Ant
 
Last edited:

Excel Facts

Last used cell?
Press Ctrl+End to move to what Excel thinks is the last used cell.
Heres a better view


Edit: Here's an example:

In sheet1:

A B C
1 Cat Cow Dog

2 Pig Sow Bird

3 Tiger Hamster Ant


For sheet 2, here are the existing data:

A B C
1 Lizard Termite Mosquito

2 Snail Slug Gorilla

3 Tiger Hamster Ant

So sheet 1 needs to be added below sheet 2: Hence the end result is:

A B C
1 Lizard Termite Mosquito

2 Snail Slug Gorilla

3 Tiger Hamster Ant

4 Cat Cow Dog

5 Pig Sow Bird

6 Tiger Hamster Ant
 
Upvote 0

Forum statistics

Threads
1,224,591
Messages
6,179,768
Members
452,940
Latest member
rootytrip

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