C
cvgairport
This is what I get for trying this on my own. I just want a macro that will
insert 2 blank rows at the current cursor position.
Sub Insert2Rows()
'
' qrow = ActiveCell.Row
Rows(qrow & ":" & grow + 1).Selection.Insert Shift:=xlDown
End Sub
Any ideas?
Thanks!
Amy
insert 2 blank rows at the current cursor position.
Sub Insert2Rows()
'
' qrow = ActiveCell.Row
Rows(qrow & ":" & grow + 1).Selection.Insert Shift:=xlDown
End Sub
Any ideas?
Thanks!
Amy