copy range

  1. S

    Copy-paste a range 5 times

    I have a range A3:E70 where A3:E69 have the same formatting and the text in A70:E70 is bold. I want to copy-paste the entire range a number of times with a for ... next-loop. Actually, it's kind of a template system. I make the template A3:E70 and uses it a number of times. How is it possible?
  2. W

    copy range + paste special

    Dear forum member repairman615 provided me with this useful code Sub Transfer() Dim c As Long Dim wsD As Worksheet: Set wsD = Worksheets("Sheet2") 'Data Worksheet. Dim wsR As Worksheet: Set wsR = Worksheets("Sheet3") 'Results Worksheet For c = 2 To 1002 'Loop through 1000...
  3. B

    Macro: Dynamic creation of sheet based on cell value then copy range to the new sheet

    I've created a workbook which tracks stats for my local pool league. There are team, partner sets and player stats collected per week. I also want to track player stats on a per game basis and this is the reason for the post. I've run into a problem in that I can't copy the range of collected...
  4. D

    Code to copy range from multiple worksheets into a master worksheet

    I am working on a workload tracking workbook for summarizing employee hours on key projects. The workbook contains multiple worksheets for reporting as well as individual employee worksheets for tracking. Each employee worksheet has an identical structure but the number of worksheets will vary...
  5. N

    Macro to copy a range of columns in different rows

    Hello all, I'm trying to create a macro to: 1. copy a range of columns (G thru O) but the data is in different rows on different spreadsheets. 2. then paste the data on one spreadsheet but different rows. The data will be placed on the same columns. Thanks in advance.

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