A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
How about recording a macro. I got this:
Sub a_row_insert()
'
' a_row_insert Macro
'
'
Selection.EntireRow.Insert
End Sub
Then you can put the code into a button using this tip:
Adding Buttons to Your Worksheet
**http://excel.tips.net/Pages/T002479\_Adding\_Buttons\_to\_Your\_Worksheet.html******