I have a table like this:
[TABLE="width: 500"]
<tbody>[TR]
[TD]651[/TD]
[TD]OPTOUT01[/TD]
[TD]asdgfa[/TD]
[TD][/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD]hsdh[/TD]
[TD][/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD]srtjdf[/TD]
[TD][/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD]ncxvba[/TD]
[TD][/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD]ryjfj[/TD]
[TD][/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD]urtyir[/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
I would like to create a macro that will copy and paste A1:B1 all the way to the last row of data. Essentially it will autofill down to the last cell with data in column C. It should copy/paste and not fill the series (651, 652, 653 etc.)
[TABLE="width: 500"]
<tbody>[TR]
[TD]651[/TD]
[TD]OPTOUT01[/TD]
[TD]asdgfa[/TD]
[TD][/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD]hsdh[/TD]
[TD][/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD]srtjdf[/TD]
[TD][/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD]ncxvba[/TD]
[TD][/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD]ryjfj[/TD]
[TD][/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD]urtyir[/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
I would like to create a macro that will copy and paste A1:B1 all the way to the last row of data. Essentially it will autofill down to the last cell with data in column C. It should copy/paste and not fill the series (651, 652, 653 etc.)