VBA Macro to Transpose Rows to Columns for the Entire Sheet

  • Hi there, I need some help.

    I'm trying to transpose a 4-cell row into a column as shown in the example below:


    Original data:

    A1 B1 C1 D1

    A2 B2 C2 D2

    A3 B3 C3 D3

    etc...


    Transposed Data:

    A1

    B1

    C1

    D1

    A2

    B2

    C2

    D2

    A3

    B3

    C3

    D3

    etc...


    Is there any way to automate the process to transpose all the rows down to the last row/ the entire sheet and make my life easier? :)

    Many thanks in advance!

  • something like this maybe?



    make sure you try it on a copy first as it's a destructive process. :)

Participate now!

Don’t have an account yet? Register yourself now and be a part of our community!