ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Worksheet Functions (https://www.excelbanter.com/excel-worksheet-functions/)
-   -   How do I copy several rows from one sheet to another... (https://www.excelbanter.com/excel-worksheet-functions/445551-how-do-i-copy-several-rows-one-sheet-another.html)

Saucer Man

How do I copy several rows from one sheet to another...
 
I am currently doing...

ActQty.Entirerow.Copy Destination:=Sheets(1).Cells(.Rows.Count,
"A").End(xlUp).Offset(1,0)

....but the copied rows are copied to the bottom of the destination sheet.

I want the copied rows to start at row 15 of the destination sheet, not the
bottom. I also want just the data copied. I do not want the copied rows to
wipe out my cell formatting on the destination sheet.

Thanks!


--- Posted via news://freenews.netfront.net/ - Complaints to ---

Jim Cone[_2_]

How do I copy several rows from one sheet to another...
 
Answered in public.excel.programming



"Saucer Man"
wrote in message
...
I am currently doing...

ActQty.Entirerow.Copy Destination:=Sheets(1).Cells(.Rows.Count, "A").End(xlUp).Offset(1,0)

...but the copied rows are copied to the bottom of the destination sheet.

I want the copied rows to start at row 15 of the destination sheet, not the bottom. I also want
just the data copied. I do not want the copied rows to wipe out my cell formatting on the
destination sheet.

Thanks!





All times are GMT +1. The time now is 12:31 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com