Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
This copies a line up for me but I can't get it to copy a line down. How do I
change it? With ActiveCell .EntireRow.Copy .Offset(-1, 1 - .Column) End With |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
As a guess... change the -1 to 1....
..EntireRow.Copy .Offset(1, 1 - .Column) Rick "OrlaLynch" wrote in message ... This copies a line up for me but I can't get it to copy a line down. How do I change it? With ActiveCell .EntireRow.Copy .Offset(-1, 1 - .Column) End With |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
change forecolor with code | Excel Discussion (Misc queries) | |||
VBA Code to Change the Tab Name | Excel Discussion (Misc queries) | |||
VBA Code to Change the Tab Name | Excel Discussion (Misc queries) | |||
combo box on change code | Excel Discussion (Misc queries) | |||
change the code to be a formula | Excel Discussion (Misc queries) |