Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi,
I'd appreciate some help on copying Ranges. I have a workbook that contains one sheet. I'd like to copy that sheet, except the first three rows, to the second row (A2) in another sheet in a different workbook. I think I need something like: ....With the source sheet active... Rows("1:3").Select Selection.Delete Shift:=xlUp wkbSource.Sheets(1).Range(UsedRange).Copy _ wkbTarget.Sheets("Timesheet Actuals").Range("A2") but I think I've got the use of UsedRange wrong as this errors...! TIA. Jon C |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Forget it...... I should be shot for stupidity.....!
wkbSource.Sheets(1).Used*Range.Copy _ Jon C |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
RANGE EXCEL copy cell that meets criteria in a range | Excel Worksheet Functions | |||
copy range and paste into every 3rd cell of new range | New Users to Excel | |||
How do I copy formulas but using the same range each time I copy | Excel Worksheet Functions | |||
Code to copy range vs Copy Entire Worksheet - can't figure it out | Excel Programming | |||
Range COPY function - how to copy VALUES and not formulas | Excel Programming |