I have data in this format
[TABLE="width: 50, align: left"]
<tbody>[TR]
[TD]A[/TD]
[TD]d[/TD]
[/TR]
[TR]
[TD]B[/TD]
[TD]e[/TD]
[/TR]
[TR]
[TD]C[/TD]
[TD]f[/TD]
[/TR]
[TR]
[TD]A[/TD]
[TD]g[/TD]
[/TR]
[TR]
[TD]B[/TD]
[TD]h[/TD]
[/TR]
[TR]
[TD]C[/TD]
[TD]i[/TD]
[/TR]
</tbody>[/TABLE]
and I want
[TABLE="width: 50, align: left"]
<tbody>[TR]
[/TR]
</tbody>[/TABLE]
[TABLE="width: 50, align: left"]
<tbody>[TR]
[TD]A[/TD]
[TD]B[/TD]
[TD]C[/TD]
[/TR]
[TR]
[TD]d[/TD]
[TD]e[/TD]
[TD]f[/TD]
[/TR]
[TR]
[TD]g[/TD]
[TD]h[/TD]
[TD]i[/TD]
[/TR]
</tbody>[/TABLE]
for about a thousand rows; and preferably not a macro.
Pretty sure this must be a common problem, but couldn't find it here. I thought it was in one of Bill's videos but again couldn't find it.
Thanks
[TABLE="width: 50, align: left"]
<tbody>[TR]
[TD]A[/TD]
[TD]d[/TD]
[/TR]
[TR]
[TD]B[/TD]
[TD]e[/TD]
[/TR]
[TR]
[TD]C[/TD]
[TD]f[/TD]
[/TR]
[TR]
[TD]A[/TD]
[TD]g[/TD]
[/TR]
[TR]
[TD]B[/TD]
[TD]h[/TD]
[/TR]
[TR]
[TD]C[/TD]
[TD]i[/TD]
[/TR]
</tbody>[/TABLE]
and I want
[TABLE="width: 50, align: left"]
<tbody>[TR]
[/TR]
</tbody>[/TABLE]
[TABLE="width: 50, align: left"]
<tbody>[TR]
[TD]A[/TD]
[TD]B[/TD]
[TD]C[/TD]
[/TR]
[TR]
[TD]d[/TD]
[TD]e[/TD]
[TD]f[/TD]
[/TR]
[TR]
[TD]g[/TD]
[TD]h[/TD]
[TD]i[/TD]
[/TR]
</tbody>[/TABLE]
for about a thousand rows; and preferably not a macro.
Pretty sure this must be a common problem, but couldn't find it here. I thought it was in one of Bill's videos but again couldn't find it.
Thanks