+ Reply to Thread
Results 1 to 2 of 2

Macro to expand unique rows into duplicated rows a certain number of times for each row

  1. #1
    Registered User
    Join Date
    11-19-2012
    Location
    United States
    MS-Off Ver
    Excel 2007
    Posts
    1

    Macro to expand unique rows into duplicated rows a certain number of times for each row

    Hello! I'm new to VBA, although I know some Java. I'm looking for a macro that takes a sheet like

    A B C 4
    D E F 2
    G H I 5

    and creates a new one like:

    A B C
    A B C
    A B C
    A B C
    D E F
    D E F
    G H I
    G H I
    G H I
    G H I
    G H I


    In the first sheet, the last column would be separated from the rest by a blank column and the rows to be duplicated could be of one column or more.

    Thanks to anyone who can help!

  2. #2
    Forum Expert
    Join Date
    12-15-2009
    Location
    Chicago, IL
    MS-Off Ver
    Microsoft Office 365
    Posts
    3,177

    Re: Macro to expand unique rows into duplicated rows a certain number of times for each ro

    perhaps,

    Please Login or Register  to view this content.
    Attached Files Attached Files

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

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