Hello everyone,
i really need your help ..
i am daily adding data like this into my daily report
RAW DOWNLOADED FROM SAP
[TABLE="width: 132"]
<colgroup><col style="text-align: center;"><col style="text-align: center;"></colgroup><tbody>[TR]
[TD]Request[/TD]
[TD="align: center"]LI[/TD]
[/TR]
[TR]
[TD="align: center"]13752408[/TD]
[TD="align: center"]10[/TD]
[/TR]
[TR]
[TD="align: center"]30031716[/TD]
[TD="align: center"]40[/TD]
[/TR]
[TR]
[TD="align: center"]30036782[/TD]
[TD="align: center"]20[/TD]
[/TR]
[TR]
[TD="align: center"]30031492[/TD]
[TD="align: center"]10[/TD]
[/TR]
[TR]
[TD="align: center"]16468902[/TD]
[TD="align: center"]10[/TD]
[/TR]
</tbody>[/TABLE]
i wanted it to be automatically like this .. thru VBA .. once i paste it ..
[TABLE="width: 213"]
<colgroup><col><col><col></colgroup><tbody>[TR]
[TD][/TD]
[TD]A[/TD]
[TD="align: center"]B[/TD]
[TD="align: center"]C[/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD]Request[/TD]
[TD="align: center"]LI[/TD]
[TD="align: center"]Concentrate[/TD]
[/TR]
[TR]
[TD]2[/TD]
[TD="align: center"]13752408[/TD]
[TD="align: center"]10[/TD]
[TD="align: center"]1375240810[/TD]
[/TR]
[TR]
[TD]3[/TD]
[TD="align: center"]30031716[/TD]
[TD="align: center"]40[/TD]
[TD="align: center"]3003171640[/TD]
[/TR]
[TR]
[TD]4[/TD]
[TD="align: center"]30036782[/TD]
[TD="align: center"]20[/TD]
[TD="align: center"]3003678220[/TD]
[/TR]
[TR]
[TD]5[/TD]
[TD="align: center"]30031492[/TD]
[TD="align: center"]10[/TD]
[TD="align: center"]3003149210[/TD]
[/TR]
[TR]
[TD]6[/TD]
[TD="align: center"]16468902[/TD]
[TD="align: center"]10[/TD]
[TD="align: center"]1646890210[/TD]
[/TR]
</tbody>[/TABLE]
etc..
if you know one automated way to do this thru VBA , it will support me a lot
i really need your help ..
i am daily adding data like this into my daily report
RAW DOWNLOADED FROM SAP
[TABLE="width: 132"]
<colgroup><col style="text-align: center;"><col style="text-align: center;"></colgroup><tbody>[TR]
[TD]Request[/TD]
[TD="align: center"]LI[/TD]
[/TR]
[TR]
[TD="align: center"]13752408[/TD]
[TD="align: center"]10[/TD]
[/TR]
[TR]
[TD="align: center"]30031716[/TD]
[TD="align: center"]40[/TD]
[/TR]
[TR]
[TD="align: center"]30036782[/TD]
[TD="align: center"]20[/TD]
[/TR]
[TR]
[TD="align: center"]30031492[/TD]
[TD="align: center"]10[/TD]
[/TR]
[TR]
[TD="align: center"]16468902[/TD]
[TD="align: center"]10[/TD]
[/TR]
</tbody>[/TABLE]
i wanted it to be automatically like this .. thru VBA .. once i paste it ..
[TABLE="width: 213"]
<colgroup><col><col><col></colgroup><tbody>[TR]
[TD][/TD]
[TD]A[/TD]
[TD="align: center"]B[/TD]
[TD="align: center"]C[/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD]Request[/TD]
[TD="align: center"]LI[/TD]
[TD="align: center"]Concentrate[/TD]
[/TR]
[TR]
[TD]2[/TD]
[TD="align: center"]13752408[/TD]
[TD="align: center"]10[/TD]
[TD="align: center"]1375240810[/TD]
[/TR]
[TR]
[TD]3[/TD]
[TD="align: center"]30031716[/TD]
[TD="align: center"]40[/TD]
[TD="align: center"]3003171640[/TD]
[/TR]
[TR]
[TD]4[/TD]
[TD="align: center"]30036782[/TD]
[TD="align: center"]20[/TD]
[TD="align: center"]3003678220[/TD]
[/TR]
[TR]
[TD]5[/TD]
[TD="align: center"]30031492[/TD]
[TD="align: center"]10[/TD]
[TD="align: center"]3003149210[/TD]
[/TR]
[TR]
[TD]6[/TD]
[TD="align: center"]16468902[/TD]
[TD="align: center"]10[/TD]
[TD="align: center"]1646890210[/TD]
[/TR]
</tbody>[/TABLE]
etc..
if you know one automated way to do this thru VBA , it will support me a lot