Thread
:
to Copy the Entire Row
View Single Post
#
1
Posted to microsoft.public.excel.programming
Steved
external usenet poster
Posts: 519
to Copy the Entire Row
Hello from Steved
How would I modify please the below to copy an entire row Thankyou.
Sub Broken()
Selection.EntireRow.Insert
ActiveCell.Offset(1, 0).Copy
ActiveCell.PasteSpecial
End Sub
Reply With Quote
Steved
View Public Profile
Find all posts by Steved