Delete Rows x-n
Hi everyone!
What I want to do is basically
Worksheet.Rows.Delete xlShiftUp
except that I do not want to delete the headings row.
So something like
Worksheet.Rows.Delete (2)
to delete starting from row 2, without having to provide the end of the
range that I am deleting.
Simple question - is there a simple answer?
Thanks!
Lars
|