• Hi All

    Please note that at the Chandoo.org Forums there is Zero Tolerance to Spam

    Post Spam and you Will Be Deleted as a User

    Hui...

  • When starting a new post, to receive a quicker and more targeted answer, Please include a sample file in the initial post.

Transpose part of row to multiple rows

Siva88

New Member
I have data in sheet1 range (A2:BM65),

Search criteria in sheet1 A column. Basis search criteria, if found. Need to copy corresponding values in the row of matched criteria from sheet1 range (Column E&matched row to column BM&matched row)

Paste in sheet2 B2 spliting the copied data in 5 columns&12 rows.

Require in VBA
 
 
I have data in sheet1 range (A2:BM65),

Search criteria in sheet1 A column. Basis search criteria, if found. Need to copy corresponding values in the row of matched criteria from sheet1 range (Column E&matched row to column BM&matched row)

Paste in sheet2 B2 spliting the copied data in 5 columns&12 rows.

Require in VBA
Resolved this on my own. Thanks.
 
Back
Top