Hi all, I'm reasonably new to VBA and learn by doing.... I'm looking for a macro that will fill blank cells to the next cell with data in it.
(I had images but the links kept appearing as broken for some reason, though they work fine in other forums)
[TABLE="width: 500"]
<tbody>[TR]
[TD]Style Name[/TD]
[TD]Colour
[/TD]
[TD]Size
[/TD]
[/TR]
[TR]
[TD]Basic Tee[/TD]
[TD]Black[/TD]
[TD]S[/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD]M[/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD]L[/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD]XL[/TD]
[/TR]
[TR]
[TD][/TD]
[TD]Red[/TD]
[TD]M[/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD]L[/TD]
[/TR]
[TR]
[TD]Printed Tee[/TD]
[TD]Blue[/TD]
[TD]2[/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD]4[/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD]6[/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD]8[/TD]
[/TR]
[TR]
[TD][/TD]
[TD]etc[/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
I'm trying to fill the blank cells with the so I end up with Basic Tee Black S, Basic Tee Black, M, etc etc...
On the offchance they work for some and hoping it's just my network, here's the images:
Any help would be greatly appreciated!
Shaan
(I had images but the links kept appearing as broken for some reason, though they work fine in other forums)
[TABLE="width: 500"]
<tbody>[TR]
[TD]Style Name[/TD]
[TD]Colour
[/TD]
[TD]Size
[/TD]
[/TR]
[TR]
[TD]Basic Tee[/TD]
[TD]Black[/TD]
[TD]S[/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD]M[/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD]L[/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD]XL[/TD]
[/TR]
[TR]
[TD][/TD]
[TD]Red[/TD]
[TD]M[/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD]L[/TD]
[/TR]
[TR]
[TD]Printed Tee[/TD]
[TD]Blue[/TD]
[TD]2[/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD]4[/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD]6[/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD]8[/TD]
[/TR]
[TR]
[TD][/TD]
[TD]etc[/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
I'm trying to fill the blank cells with the so I end up with Basic Tee Black S, Basic Tee Black, M, etc etc...
On the offchance they work for some and hoping it's just my network, here's the images:
Any help would be greatly appreciated!
Shaan
Last edited: