Closed Thread
Results 1 to 5 of 5

Difficult: Removing duplicates between 2 sheets, or copying Unique rows.

  1. #1
    Registered User
    Join Date
    06-26-2012
    Location
    Netherlands
    MS-Off Ver
    Excel 2007
    Posts
    28

    Difficult: Removing duplicates between 2 sheets, or copying Unique rows.

    Hi there everyone,

    I'm having trouble with creating a VBA that removes the matches between ColA,sheet 1 and ColA,sheet 2 or copying the unique ones to another sheet.
    The result should be that after the macro has completed, that all the matches that were in CA,S1 and CA,S2 are deleted and that the rows of the matches are deleted too.

    Before:

    col A(sheet2) Col A(sheet 2)
    ss1 ss20
    ss4 ss7
    ss7 ss2
    ss20 ss3

    After:

    col A(sheet2) Col A(sheet 2)
    ss1 ss2
    ss4 ss3


    Could anyone please be so kind to help me?

    With kind regards,

    RonaldRS

  2. #2
    Registered User
    Join Date
    06-26-2012
    Location
    Netherlands
    MS-Off Ver
    Excel 2007
    Posts
    28

    Re: Difficult: Removing duplicates between 2 sheets, or copying Unique rows.

    Difficult: Removing duplicates between 2 sheets, or copying Unique rows.

    BUMP

  3. #3
    Registered User
    Join Date
    06-26-2012
    Location
    Netherlands
    MS-Off Ver
    Excel 2007
    Posts
    28

    Re: Difficult: Removing duplicates between 2 sheets, or copying Unique rows.

    Difficult: Removing duplicates between 2 sheets, or copying Unique rows.

    BUMP

  4. #4
    Registered User
    Join Date
    06-26-2012
    Location
    Netherlands
    MS-Off Ver
    Excel 2007
    Posts
    28

    Re: Difficult: Removing duplicates between 2 sheets, or copying Unique rows.

    Difficult: Removing duplicates between 2 sheets, or copying Unique rows.

    BUMP

  5. #5
    Forum Contributor arlu1201's Avatar
    Join Date
    09-09-2011
    Location
    Bangalore, India
    MS-Off Ver
    Excel 2003 & 2007
    Posts
    19,166

    Re: Difficult: Removing duplicates between 2 sheets, or copying Unique rows.

    Ronald,

    Welcome to the Forum, unfortunately:

    This is a duplicate post and as such does not comply with Rule 5 of our forum rules. This thread will now be closed, you may continue in your other thread.

    Thread Closed.
    If I have helped, Don't forget to add to my reputation (click on the star below the post)
    Don't forget to mark threads as "Solved" (Thread Tools->Mark thread as Solved)
    Use code tags when posting your VBA code: [code] Your code here [/code]

Closed 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