Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I'm still not getting consistent paste results with code I've been trying to
work out, so I was looking to tighten up the copy formula, but am getting an error message. Dim r As Range, r1 As Range With Worksheets("IHSF DATA ENTRY") ' the source, columns a-j Set r = .Cells(Rows.Count, 1).End(xlUp).Row End With With Worksheets("MERGE DATA IHSF") ' the destination; columns d-m Set r1 = .Range("D2").CurrentRegion r1.Offset(1, 0).Copy r(2) End With Thanks... suzleigh |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Subscript out of range error - save copy error | Excel Programming | |||
Subscript out of range error - save copy error | Excel Programming | |||
error - copy | Excel Programming | |||
Copy error with Autofilter | Excel Programming | |||
Code Error - Run Time Error 5 (Disable Cut, Copy & Paste) | Excel Programming |