I want to be able to add a button that can add blank rows to a selected cell on my sheet. For example
Then I want to be able to select say cell either A3/B3/etc and press a button that adds two blank rows below to result in the below
Then after that is complete, i want to be able to push another button, while selecting cell A5/B5/etc and then press a button that deletes all of the rows above it to move it to the top underneath the header as below:
Order Number | Color | Size |
1 | Blue | L |
Green | S | |
2 | Pink | M |
3 | Grey | XL |
Then I want to be able to select say cell either A3/B3/etc and press a button that adds two blank rows below to result in the below
Order Number | Color | Size |
1 | Blue | L |
Green | S | |
2 | Pink | M |
3 | Grey | XL |
Then after that is complete, i want to be able to push another button, while selecting cell A5/B5/etc and then press a button that deletes all of the rows above it to move it to the top underneath the header as below:
Order Number | Color | Size |
2 | Pink | M |
3 | Grey | XL |