+ Reply to Thread
Results 1 to 8 of 8

Selected the rows transfer other file or other page.

  1. #1
    Registered User
    Join Date
    01-01-2007
    Posts
    13

    Selected the rows transfer other file or other page.

    Hi,
    How can i transfer to other file or other page that I 've been selected the rows .
    Please ,Can you help me.

  2. #2
    Forum Expert
    Join Date
    12-23-2006
    Location
    germany
    MS-Off Ver
    XL2003 / 2007 / 2010
    Posts
    6,326
    Copy-Paste

  3. #3
    Registered User
    Join Date
    01-01-2007
    Posts
    13
    Hi arthurbr,
    Thank you for replay.But what i 'll do for thousend rows.
    Please look up again my question.
    Attached Files Attached Files

  4. #4
    Forum Contributor
    Join Date
    11-29-2003
    Posts
    1,203
    Boy, that's a difficult one. I could show you how to do that with a macro (VBA procedure). And, even using a macro it is not as easy as it would seem because you would have to iterate through the areas of the range of cells selected.

    If you have 1000 rows, I suspect that you are not selecting them one at a time (at least I hope not); but, rather using some sort of custom autofilter.

    Anyway, if you feel up to a VBA procedure, let me know. To be most helpful, I would want to know if you want to move the cells one at a time (if you are selecting them individuall) or all at once. Also, if you are using autofilter or not. If you want some indication of what has already moved (perhaps higlighting those cells). If you are really interested in moving the entire row, or only the one cell selected.

  5. #5
    Forum Expert oldchippy's Avatar
    Join Date
    02-14-2005
    Location
    Worcester, UK
    MS-Off Ver
    Excel 2007 (Home)
    Posts
    7,097
    Try this on page 2 in cell A2

    =page1!A2

    then in cell A4

    =page1!A4 and so on
    oldchippy
    -------------


    Blessed are those who can give without remembering and take without forgetting

    If you are happy with the help you have received, please click the <--- STAR icon on the left - Thanks.

    Click here >>> Top Excel links for beginners to Experts

    Forum Rules >>>Please don't forget to read these

  6. #6
    Forum Contributor
    Join Date
    11-29-2003
    Posts
    1,203
    Chippy, if one were going to use that approach, it seems it would be simpler to copy everything over and delete the ones you don't want.

    But, it does make me think ... could one somehow use a named range? Select the cells you want from page 1, name them, and somehow use a formula to write them to page 2?

    So far, this does not seem to be working for me. Excel's built-in intersect operator appears to detest the insect operator when the Named range is not contiguous.

  7. #7
    Forum Contributor
    Join Date
    11-29-2003
    Posts
    1,203
    OK, here it is. I am not particularly happy with this, so hopefully someone can build on it.

    First, I selected the cells on page 1 and gave this Range the Name "select".

    On page 2, column A contains the formula:
    Please Login or Register  to view this content.
    This formula is filled down as many rows as necessary.

    On page 2, cell C1 contains the number 1. Starting in cell C2, this formula is filled down:
    Please Login or Register  to view this content.

  8. #8
    Registered User
    Join Date
    01-01-2007
    Posts
    13
    Hi,
    Thank you very much for your reply.

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1