![]() |
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 --- |
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