Copy and Past Specific Cells From A Row Then On To Next One

bloodmilksky

Board Regular
Joined
Feb 3, 2016
Messages
202
Hi Guys I hope you are all well.

I was just wondering if anyone could help me.

I receive a report and I am trying to automate the emailing of this information out ( which I think I have managed to do) but I am unsure about how to automate the Copy and Paste Side of it.

Would anyone know how to use vba to Copy - past cells from each row until there was no data left. so as an example.

Sheet 1 Row 2 E2 Sheet 2 Cell B7
Sheet 1 Row 2 C2 Sheet 2 Cell B21
Sheet 1 Row 2 L2 Sheet 2 Cell C21
Sheet 1 Row 2 P2 Sheet 2 Cell D21
Sheet 1 Row 2 Q2 Sheet 2 Cell E21

And so on through each row but using the same columns

Many thanks

Jamie
 

Excel Facts

Excel Wisdom
Using a mouse in Excel is the work equivalent of wearing a lanyard when you first get to college
my appologies it would be
E2
C2
L2
P2
Q2

E3
C3
L3
P3
Q3

E4
C4
L4
P4
Q4

and keep going until the data ran out
 
Last edited:
Upvote 0

Forum statistics

Threads
1,216,089
Messages
6,128,750
Members
449,466
Latest member
Peter Juhnke

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