Hi
I have a button that inserts a row above the cell the button is placed in.
Here is the code:
But I also want to copy all formulas and dropdown lists from specific cells in the row above the new row. Hope it makes sense.
Hope someone will be able to help me.
Peter
I have a button that inserts a row above the cell the button is placed in.
Here is the code:
Code:
Sub Button6_Click()
ActiveSheet.Shapes(Application.Caller).TopLeftCell.EntireRow.Insert
End Sub
But I also want to copy all formulas and dropdown lists from specific cells in the row above the new row. Hope it makes sense.
Hope someone will be able to help me.
Peter