+ Reply to Thread
Results 1 to 4 of 4

Moving data from one worksheet to another based on criteria

  1. #1
    Forum Contributor
    Join Date
    05-13-2012
    Location
    Atlanta, GA
    MS-Off Ver
    Excel 2010
    Posts
    378

    Question Moving data from one worksheet to another based on criteria

    Good evening everyone!!

    I need some help again!

    I would like to use some code that would search a worksheets within a specific column and looking for a specific keyword, then cut that record from the worksheet and paste to a predetermined worksheet within the workbook.

    Does anyone have code that can accomplish this?

    Thanks!!!!

  2. #2
    Forum Expert
    Join Date
    07-15-2012
    Location
    Leghorn, Italy
    MS-Off Ver
    Excel 2010
    Posts
    3,431

    Re: Moving data from one worksheet to another based on criteria

    http://www.rondebruin.nl/win/section3.htm
    If solved remember to mark Thread as solved

  3. #3
    Valued Forum Contributor
    Join Date
    11-26-2012
    Location
    Sydney
    MS-Off Ver
    2010
    Posts
    419

    Re: Moving data from one worksheet to another based on criteria

    I think this does what you ask - the function MoveRange searches for something in a specified column on one sheet, and if it finds it, it places it in a specified cell on another sheet and removes it from the first sheet.

    Note: This code assumes what you are looking for appears only once in the column. Also, from your description it is not clear if the Find Method should specify LookAt:=xlWhole (search string = cell value) or xlPart (search string somewhere in cell value).

    Please Login or Register  to view this content.
    Last edited by mgs73; 01-30-2014 at 06:26 AM.

  4. #4
    Forum Expert
    Join Date
    06-12-2012
    Location
    Ridgefield Park, New Jersey
    MS-Off Ver
    Excel 2003,2007,2010
    Posts
    10,241

    Re: Moving data from one worksheet to another based on criteria

    This uses Column A as the specific Column:

    Please Login or Register  to view this content.

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. moving data from one sheet to another based on criteria
    By premis in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 07-17-2013, 12:50 PM
  2. Moving rows of data to a new sheet based on date criteria
    By kaufmann98 in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 06-11-2012, 01:41 PM
  3. Replies: 4
    Last Post: 02-14-2012, 06:58 AM
  4. Replies: 6
    Last Post: 11-29-2010, 04:04 AM
  5. Moving data to another sheet based on criteria
    By jantonio in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 05-06-2009, 12:24 PM

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