M
mike
This macro is fast in deleting last blank rows. What if i
want it to delete all last blank rows. Since i have macro
that will auto fliter the blanks but the blank rows might
varies.Thanks in advance.
set rng = cells(rows.count,1).End(xlup)
rng.offset(-21,0).Resize(22).Entirerow.delete
want it to delete all last blank rows. Since i have macro
that will auto fliter the blanks but the blank rows might
varies.Thanks in advance.
set rng = cells(rows.count,1).End(xlup)
rng.offset(-21,0).Resize(22).Entirerow.delete