It is a trivial problem but I am so newie, sorry.. The Idea is that recursively with a for check the value of a columm if the value is "I" then I should cut some consecutive cells from that row and paste them in the same row but with some cells displacement... it is pretty much a selective copy and paste problem for aligment some information. Below an example
B PreME 238 58.89 ..... -> Nothing to do
I 237 56.77 --> Aligment required
The correct one for me would be
I 237 56.77
In advance Thank you so much
<input id="gwProxy" type="hidden"><!--Session data--><input *******="jsCall();" id="jsProxy" type="hidden">
B PreME 238 58.89 ..... -> Nothing to do
I 237 56.77 --> Aligment required
The correct one for me would be
I 237 56.77
In advance Thank you so much
<input id="gwProxy" type="hidden"><!--Session data--><input *******="jsCall();" id="jsProxy" type="hidden">