I need to delete row(s) if the row is 0 (blank). I see some code the looks up the whole sheet, but not what I need.
Here is part of the instructions that I need to make a macro.
[TABLE="width: 663"]
<colgroup><col width="45" style="width: 34pt;"><col width="117" style="width: 88pt;"><col width="501" style="width: 376pt;"></colgroup><tbody>[TR]
[TD="class: xl65, width: 45, align: center"]5[/TD]
[TD="class: xl65, width: 117, align: center"]RAW DATA[/TD]
[TD="width: 501"]triple-sort by the columns below, largest to smallest[/TD]
[/TR]
[TR]
[TD="class: xl65, align: center"][/TD]
[TD="class: xl65, align: center"][/TD]
[TD]…"Clicks" in Column G, "Opens" in Column E and "Unsubs" in Column I[/TD]
[/TR]
[TR]
[TD="class: xl67, bgcolor: #D9D9D9, align: center"]6[/TD]
[TD="class: xl67, bgcolor: #D9D9D9, align: center"]RAW DATA[/TD]
[TD="class: xl66, bgcolor: #D9D9D9"]delete the rows with 0 clicks AND 0 Opens[/TD]
[/TR]
[TR]
[TD="class: xl67, bgcolor: #D9D9D9, align: center"]7[/TD]
[TD="class: xl67, bgcolor: #D9D9D9, align: center"] [/TD]
[TD="class: xl66, bgcolor: #D9D9D9"]of the remaining rows, delete where Unsubs = 1[/TD]
[/TR]
</tbody>[/TABLE]
I have number 5 done, I need 6/7 done. The "clicks" are in column G, "Opens" column E, and "Unsubs" column I.
Here is what a portion of the report looks like. https://cl.ly/0t351D3c2g30
I hope someone can help.
Here is part of the instructions that I need to make a macro.
[TABLE="width: 663"]
<colgroup><col width="45" style="width: 34pt;"><col width="117" style="width: 88pt;"><col width="501" style="width: 376pt;"></colgroup><tbody>[TR]
[TD="class: xl65, width: 45, align: center"]5[/TD]
[TD="class: xl65, width: 117, align: center"]RAW DATA[/TD]
[TD="width: 501"]triple-sort by the columns below, largest to smallest[/TD]
[/TR]
[TR]
[TD="class: xl65, align: center"][/TD]
[TD="class: xl65, align: center"][/TD]
[TD]…"Clicks" in Column G, "Opens" in Column E and "Unsubs" in Column I[/TD]
[/TR]
[TR]
[TD="class: xl67, bgcolor: #D9D9D9, align: center"]6[/TD]
[TD="class: xl67, bgcolor: #D9D9D9, align: center"]RAW DATA[/TD]
[TD="class: xl66, bgcolor: #D9D9D9"]delete the rows with 0 clicks AND 0 Opens[/TD]
[/TR]
[TR]
[TD="class: xl67, bgcolor: #D9D9D9, align: center"]7[/TD]
[TD="class: xl67, bgcolor: #D9D9D9, align: center"] [/TD]
[TD="class: xl66, bgcolor: #D9D9D9"]of the remaining rows, delete where Unsubs = 1[/TD]
[/TR]
</tbody>[/TABLE]
I have number 5 done, I need 6/7 done. The "clicks" are in column G, "Opens" column E, and "Unsubs" column I.
Here is what a portion of the report looks like. https://cl.ly/0t351D3c2g30
I hope someone can help.