Hi, All...
Thought this would be easy: mark startRow$ and endRow$, select those rows and delete. But NOOO of course it couldn't be THAT easy...
This is what I tried:
Range("A100000").Select
Selection.End(xlUp).Select
ActiveCell.Offset(-4, 0).Select
endRow$ = ActiveCell.Row...