![]() |
How do I change this code?
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 |
How do I change this code?
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 |
All times are GMT +1. The time now is 02:44 AM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com