601 | 301 | 101 |
301 | 201 | 102 |
201 | 602 | 103 |
201 | 603 | 104 |
<TBODY>
[TD="class: votecell"][/TD]
[TD="class: postcell"]I am in a strange problem and need your help to solve in in excel vba,
I am having a data format in a worksheet as below.
[TABLE="class: grid, width: 500, align: left"]
<TBODY>[TR]
</TBODY>
<CODE>
</CODE>
Now I would like to arrage them in following order
[TABLE="class: grid, width: 500, align: left"]
<TBODY>[TR]
[TD]601
[/TD]
[TD]101
[/TD]
[TD]301
[/TD]
[TD]102
[/TD]
[TD]201
[/TD]
[TD]103
[/TD]
[TD]602
[/TD]
[TD]201
[/TD]
[/TR]
[TR]
[TD]104
[/TD]
[TD]603
[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</TBODY>[/TABLE]
Note that
1. maximum 8 columns are to be written in a row
2. after 602, 201 is written as value in cells(forthe row, first column) is different than value in cells(third row, second column)
Please, please help me
</PRE>[/TD]
[/TR]
</TBODY>[/TABLE]