F
Fernando Duran
I want to add some lines, but I also, I want to have the ability to
copy down the formulas.
I started with this
Sub addlines()
Dim ans as integer
Dim x as integer
ans=inputbox("Enter the number of lines to be add")
Do until x = ans
selection.entirerow.insert
x=x+1
Loop
End Sub
Thanks
copy down the formulas.
I started with this
Sub addlines()
Dim ans as integer
Dim x as integer
ans=inputbox("Enter the number of lines to be add")
Do until x = ans
selection.entirerow.insert
x=x+1
Loop
End Sub
Thanks