How to re-arrange Excel database from 1 long row, into 3 short rows and automatically repeat the process?
        Posted  
        
            by 
                user326884
            
        on Super User
        
        See other posts from Super User
        
            or by user326884
        
        
        
        Published on 2014-05-27T04:44:56Z
        Indexed on 
            2014/05/28
            3:36 UTC
        
        
        Read the original article
        Hit count: 259
        
I would appreciate help on the above-mentioned topic. I am unfamiliar with Visual Basic for Excel, so will need step-by-step guidance (if solution is via Visual Basic).
For example :- Row 1, Sheet A:
A1  B1  C1   D1  E1  F1  G1  H1   I1
To be re-arranged into Sheet B :
Row 1 :  A1,  B1,  C1
Row 2 :  D1,  E1,  F1
Row 3 :  G1,  H1,  I1
The Sheet A (database sheet) has a lot of rows (example 3,000 rows), hence the Sheet B is estimated to have 9,000 rows (i.e. 3 x 3,000).
Thanking you in anticipation of your speedy response.
© Super User or respective owner