• 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.

Copy specific row cell and insert into Next line

yan nian

New Member
Dear all,

I have a raw data and i need to sort it in a proper manner by using VBA macros( create a function and embed into a button only one click). I've attached the illustration in an excel file. I need advice and guides on how to do this or is there any sample reference, thank you.
 

Attachments

  • Data.xlsx
    11.2 KB · Views: 8
Last edited:
Hi !

The advice is simple : SourceRange.Copy DestinationFirstCell
as you can read in VBA inner help …

Clearly explain in a new post your need with some clean workbooks
(a before and an after), as clean just means
respecting the real data structure without any comment …
 
Back
Top