+ Reply to Thread
Results 1 to 4 of 4

Copy each cell in range and paste 12 times

  1. #1
    Forum Contributor
    Join Date
    07-29-2013
    Location
    Oshawa
    MS-Off Ver
    Excel 2010
    Posts
    660

    Copy each cell in range and paste 12 times

    Hi everyone,

    I need some help with a small macro. In Sheet1 range A1:A20 each cell has a value. What I want to do is copy each cell in A1:A20 into column B (starting at B1) and repeat the past 12 times. So cell A1 will be copied to B1 and then copied down another 11 times. Cell A2 will be copied to the next available cell in column B and copied down 11 times, etc.

    Any ideas?

    Thanks!!

  2. #2
    Forum Expert
    Join Date
    10-10-2016
    Location
    Sheffield
    MS-Off Ver
    365 and rarely 2016
    Posts
    3,212

    Re: Copy each cell in range and paste 12 times

    Please Login or Register  to view this content.

  3. #3
    Forum Expert
    Join Date
    10-10-2016
    Location
    Sheffield
    MS-Off Ver
    365 and rarely 2016
    Posts
    3,212

    Re: Copy each cell in range and paste 12 times

    index(a$1:a$20, int(row(a12)/12)) would also work as a formula in b1 copied down

  4. #4
    Forum Expert
    Join Date
    10-10-2016
    Location
    Sheffield
    MS-Off Ver
    365 and rarely 2016
    Posts
    3,212

    Re: Copy each cell in range and paste 12 times

    if you are happy with the solution, you should mark the post as solved. thank you for the rep

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. [SOLVED] Copy cell/range and paste it multiple times but as per requirement
    By NametobeRenamed in forum Excel Programming / VBA / Macros
    Replies: 7
    Last Post: 06-26-2020, 04:05 PM
  2. [SOLVED] Copy and Paste range multiple times
    By HPUDENZ in forum Excel Programming / VBA / Macros
    Replies: 6
    Last Post: 10-24-2019, 08:54 PM
  3. [SOLVED] Copy and Paste Range Down X times
    By Hyperdude in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 12-19-2018, 03:38 AM
  4. [SOLVED] Copy rows/range and paste n number of times based on last used cell in Column A
    By skonduru in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 03-29-2016, 02:30 PM
  5. [SOLVED] Macro to copy a cell range and paste to a new sheet 'n' times where 'n' defined by formula
    By staminaboy in forum Excel Programming / VBA / Macros
    Replies: 6
    Last Post: 06-26-2013, 11:39 AM
  6. [SOLVED] Copy and paste a range x many times
    By acsta14 in forum Excel Programming / VBA / Macros
    Replies: 12
    Last Post: 08-20-2012, 07:15 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1