Hello,
If the topic sounds familiar to my earlier post, let me say, the raw data and the macro requirement is completely different.
Raw data is pasted in Column F Cell 5. First 3 cells will always be deleted from were the data is pasted. Since the Column and Cell will change, a remark should be inserted in the code to change them.
After this, macro should split 4 particular items (Texts and Numbers) from the raw data and paste them in adjacent columns. It is preferred that a column is left blank and then macro paste the data.
I have attached a snapshot which tells what needs to be splitted. The snapshot is taken from data pasted in a notepad. It will look different in excel.
I will be refering to the split data as numbers.
Numbers 1,2,3,4 is how the macro should paste the data in adjacent columns.Refer snapshot.
After this, macro should remove duplicates based on data as per number 1.
Once the duplicates are removed macro should paste -
Numbers 1 and 2 in Cells F2 and G2 in Sheet2, and,
Numbers 1,2,3,4 in Cells A2,B2,C2,D2 in Sheet3
Since the Column and Cell number will change, a remark should be inserted in the code to change them.
Your assistance will be greatly appreciated.
Have attached sample sheet with explanation.
If the topic sounds familiar to my earlier post, let me say, the raw data and the macro requirement is completely different.
Raw data is pasted in Column F Cell 5. First 3 cells will always be deleted from were the data is pasted. Since the Column and Cell will change, a remark should be inserted in the code to change them.
After this, macro should split 4 particular items (Texts and Numbers) from the raw data and paste them in adjacent columns. It is preferred that a column is left blank and then macro paste the data.
I have attached a snapshot which tells what needs to be splitted. The snapshot is taken from data pasted in a notepad. It will look different in excel.
I will be refering to the split data as numbers.
Numbers 1,2,3,4 is how the macro should paste the data in adjacent columns.Refer snapshot.
After this, macro should remove duplicates based on data as per number 1.
Once the duplicates are removed macro should paste -
Numbers 1 and 2 in Cells F2 and G2 in Sheet2, and,
Numbers 1,2,3,4 in Cells A2,B2,C2,D2 in Sheet3
Since the Column and Cell number will change, a remark should be inserted in the code to change them.
Your assistance will be greatly appreciated.
Have attached sample sheet with explanation.