Archimedes79
New Member
Hi,
I would like to know how to insert a new row if the content in the cell in the particular column is different value. Attached is the example image of worksheet.
If the value in the adjacent row in the colum E is different value, I want to insert a new row. How to write a program in VBA?
Book1.jpg is the raw file.
What I want to do?
1) I want to sort the values in column E from lowest value to highest value. (Respective entries from column A,B,C and D must follow to the value in column E)
2) After that I want to insert a new role if the adjacent entries in column E are not equal. (Please refer to Book2.jpg)
Book2.jpg is the format I want.
Thanks in advance
I would like to know how to insert a new row if the content in the cell in the particular column is different value. Attached is the example image of worksheet.
If the value in the adjacent row in the colum E is different value, I want to insert a new row. How to write a program in VBA?
Book1.jpg is the raw file.
What I want to do?
1) I want to sort the values in column E from lowest value to highest value. (Respective entries from column A,B,C and D must follow to the value in column E)
2) After that I want to insert a new role if the adjacent entries in column E are not equal. (Please refer to Book2.jpg)
Book2.jpg is the format I want.
Thanks in advance