I have been relying on find and replacing specific values (in this case 0 with nothing) and then using special select entire (blanks.entirerow) which is janky code and doesn't work without an error wrap in case the special select finds nothing.
An If and else statement would be more elegant.
So Column X:X If cell = 0 select that entire row in order to cut it and paste in elsewhere.
An If and else statement would be more elegant.
So Column X:X If cell = 0 select that entire row in order to cut it and paste in elsewhere.