+ Reply to Thread
Results 1 to 3 of 3

Automate Transpose loop?

  1. #1
    Registered User
    Join Date
    04-01-2016
    Location
    USA
    MS-Off Ver
    2013
    Posts
    2

    Automate Transpose loop?

    Hello, My first question on here so I hope its clearer than mud . I have combined/modified a few codes to create a routine that will copy and transpose data from 1 sheet to another, see attached. The ranges will always be the same per row (Copy row A1 per Transpose, Copy/Transpose 10 Columns after A1, Copy/Transpose the next 10 Columns on row, Copy/Transpose the next 10 Columns on row, move to row A2 and repeat. Transpose will be 10 rows down from 1st).

    Example
    Raw Data:
    A1 B1 B2 B3 C1 C2 C3 D1 D2 D3
    A2 B1 B2 B3 C1 C2 C3 D1 D2 D3

    After Code:
    A1 B1 C1 D1
    A1 B2 C2 D2
    A1 B3 C3 D3
    A2 B1 C1 D1
    A2 B2 C2 D2
    A2 B3 C3 D3

    Currently, I have to type a code in for each row and range to be transposed. I was thinking that there has gotta be a way to have it just loop through the code to the next row until column A is blank.
    Here is a snip of the code:
    Please Login or Register  to view this content.
    Thanks
    Attached Files Attached Files

  2. #2
    Forum Expert Bob Phillips's Avatar
    Join Date
    09-03-2005
    Location
    Wessex
    MS-Off Ver
    Office 2003, 2010, 2013, 2016, 365
    Posts
    3,284

    Re: Automate Transpose loop?

    Try this

    Please Login or Register  to view this content.

  3. #3
    Registered User
    Join Date
    04-01-2016
    Location
    USA
    MS-Off Ver
    2013
    Posts
    2

    Re: Automate Transpose loop?

    Awesome, Thanks for the quick response. This is exactly what I was looking for!

+ 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] How to transpose the Excel data in an automate format ?
    By PRADEEPB270 in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 03-09-2018, 04:27 AM
  2. transpose column to a range calculate and transpose to new table loop
    By moshro1 in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 01-02-2015, 10:52 AM
  3. [SOLVED] Automate transpose of data
    By MARKSTRO in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 02-14-2014, 12:49 AM
  4. [SOLVED] Macro to Automate Transpose
    By CourtExcel in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 10-25-2012, 05:07 PM
  5. How to automate transpose using formula or macros
    By ethan2hunt in forum Excel Programming / VBA / Macros
    Replies: 9
    Last Post: 10-05-2012, 05:40 AM
  6. how to automate transpose over multiple xls files
    By dversa in forum Excel General
    Replies: 0
    Last Post: 09-02-2010, 07:35 AM
  7. HELP....Is there a way to automate copy/paste special/transpose -
    By Mel in forum Excel Formulas & Functions
    Replies: 7
    Last Post: 03-28-2005, 07:06 PM

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