Ronald_one
New Member
- Joined
- Mar 26, 2009
- Messages
- 2
Hi there!
Although I've been cruising the forums for a while this is my first post!
What I'm trying to do is rather simple (I think). I want to delete all of the cells below the active cell.
I've uncovered this little gem of script:
Sub MassDeleteAboveActive()
Rows("1:" & (ActiveCell.Row - 1)).Delete
End Sub
But it does the exact opposite. I'm sure this can be tweaked to do what I want but I'm just not clear on how to do this.
Any ideas?
Thanks a million!
Although I've been cruising the forums for a while this is my first post!
What I'm trying to do is rather simple (I think). I want to delete all of the cells below the active cell.
I've uncovered this little gem of script:
Sub MassDeleteAboveActive()
Rows("1:" & (ActiveCell.Row - 1)).Delete
End Sub
But it does the exact opposite. I'm sure this can be tweaked to do what I want but I'm just not clear on how to do this.
Any ideas?
Thanks a million!