+ Reply to Thread
Results 1 to 3 of 3

Find on Sheet1, copy to Sheet2, Find Next Loop

  1. #1
    Forum Contributor
    Join Date
    06-16-2010
    Location
    Tampa, FL
    MS-Off Ver
    Excel 2010
    Posts
    278

    Find on Sheet1, copy to Sheet2, Find Next Loop

    Hi, I need to find any cells that contain "A" in Column E on Sheet1, copy cells A1, C1, D1, from that row and paste them to Sheet2, starting at A3.

    Please Login or Register  to view this content.
    I'm not sure how best to loop through Sheet1 and also paste in the next row down on sheet 2.

    I could also copy everything from Sheet1 A-E to Sheet2 and then delete rows that don't have A in column E. This might be easier. It may vary how many rows have data in them - checking on column B, C or D (not A)

    Any guidance will be much appreciated.

    Thanks.
    Last edited by ker9; 03-28-2011 at 02:14 PM.

  2. #2
    Forum Guru MarvinP's Avatar
    Join Date
    07-23-2010
    Location
    Woodinville, WA
    MS-Off Ver
    Office 365
    Posts
    16,167

    Re: Find on Sheet1, copy to Sheet2, Find Next Loop

    Hi ker9,

    See if this code makes sense
    Please Login or Register  to view this content.
    Watch out for the PERIODS in front of "Cell". They mean using the With WS2. The Cell without the period in front means the active worksheet.
    One test is worth a thousand opinions.
    Click the * Add Reputation below to say thanks.

  3. #3
    Forum Contributor
    Join Date
    06-16-2010
    Location
    Tampa, FL
    MS-Off Ver
    Excel 2010
    Posts
    278

    Re: Find on Sheet1, copy to Sheet2, Find Next Loop

    Perfect - thank you!

+ 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