Hello,
I need insert row under selected row, copy formulas and conditional and paste to new row.
Can you someone modify this macro what i found. It copy all and works werry good, but insert also text.
Private Sub cmdInsertRow_Click()
Dim lRow As Long
Dim lRsp As Long
On Error...