copy of certain rows

  • Thread starter Thread starter climate
  • Start date Start date
C

climate

I have a matrix (16071 * 40), and i want copy or cut rows 3 to 43 and 367 to
408 and to the end to another worksheet.
Any help will be greatly appreciated.
regards.
 
Hi

If you are going to Copy, then the order that you do the operation does not
matter, but if you are to Cut then it does as if you cut the 3:43 range
first, then the row numbers will alter on you.

For Copy
Select the rows by selecting the row numbers, 3:43>Copy>move to new SheetA1
Repeat the process having selected rows 367:408 and pasting to cell A42

For Cut
Select rows 367:408>Cut>Move to new sheet A1>Paste
Select Rows 3:43>Cut>Move to new sheet cell A1>Insert Cut cells
 
Hi Roger
I want perform it automatically not manualy,because i have many matrix with
different data and little time for it.
regards
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Back
Top