Hello,
I am trying to delete specific cells in a pattern/interval. I do not want to use the ranges listed because I want it to loop all the way down the column.
'Clearcontents of G2:17 (Clear 16 cells)
'Clearcontents of G81:G88 (63 cells down from last clear, Clear 8 cells)
'Clearcontents of G152:158 (63 cells down from last clear, Clear 7 cells)
'Clearcontents of G222:228 (63 cells down from last clear, Clear 7 cells)
'Clearcontents of G292:298 (63 cells down from last clear, Clear 7 cells)
'Clearcontents of G364:370 (63 cells down from last clear, Clear 7 cells)
'Clearcontents of G434:455 (63 cells down from last clear, clear 22 cells)
'Clearcontents of G519:525 (63 cells down from last clear, Clear 7 cells)
'Clearcontents of G599:605 (73 cells down from last clear, Clear 7 cells)
'Loop to top of this for entire column
I don't have any code yet... any help would be appreciated!
Thanks!