Hi,
I have a data set similar to below
[TABLE="width: 500"]
<tbody>[TR]
[TD][/TD]
[TD]A[/TD]
[TD]B[/TD]
[TD]C[/TD]
[/TR]
[TR]
[TD]12[/TD]
[TD]x[/TD]
[TD]x[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]13[/TD]
[TD]y[/TD]
[TD]y[/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
I am trying to find a code that allows me to selecting the next empty column. This can't use the Range("C12") as every week data gets updated and a new column will be filled with data.
Hope someone can help.
Thanks
Naomie
I have a data set similar to below
[TABLE="width: 500"]
<tbody>[TR]
[TD][/TD]
[TD]A[/TD]
[TD]B[/TD]
[TD]C[/TD]
[/TR]
[TR]
[TD]12[/TD]
[TD]x[/TD]
[TD]x[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]13[/TD]
[TD]y[/TD]
[TD]y[/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
I am trying to find a code that allows me to selecting the next empty column. This can't use the Range("C12") as every week data gets updated and a new column will be filled with data.
Hope someone can help.
Thanks
Naomie