Hi,

My issue is that I want to delete a range that can vary with respect to number of rows but the range will: always start at the same rownumber and will always have the same number of columns.

How do I write the code so that it does not include my headlines (they are on row 5 and columns A to D)? Naturally I could make it delete everything below row 5 but I'm still learning this VBA-stuff so it would be nice do this with UsedRange instead.

Thank you

regards,
E