Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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 |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() Sub makerowvalues() ActiveCell.EntireRow.Value = ActiveCell.EntireRow.Value or ActiveCell.offset(1).EntireRow.Value = ActiveCell.EntireRow.Value End Sub -- Don Guillett SalesAid Software "Steved" wrote in message ... 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 |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Sub Broken()
Selection.EntireRow.Insert ActiveCell.Offset(1, 0).Entirerow.Copy cells(ActiveCell.row,1).PasteSpecial End Sub -- Regards, Tom Ogilvy "Steved" wrote: 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 |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Gentleman I thankyou.
"Steved" wrote: 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 |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Copy entire ranges | Excel Worksheet Functions | |||
Copy entire row if.... | Excel Programming | |||
Copy entire row if... | Excel Programming | |||
how to copy entire row into next row | Excel Programming | |||
Code to copy range vs Copy Entire Worksheet - can't figure it out | Excel Programming |