Results 1 to 10 of 15

Thread: Find Duplicates, 2 Columns, Different Worksheets

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Administrator Admin's Avatar
    Join Date
    Mar 2011
    Posts
    1,123
    Rep Power
    10
    Hi

    replace

    Code:
    .Range("a" & .Rows.Count).End(xlUp).Offset(1).Resize(n, UBound(k, 2)) = k
    with

    Code:
    .Range("a" & .Rows.Count).End(xlUp).Offset(1).Resize(n, 10) = k
    Cheers !

    Excel Range to BBCode Table
    Use Social Networking Tools If You Like the Answers !

    Message to Cross Posters

    @ Home - Office 2010/2013/2016 on Win 10 (64 bit); @ Work - Office 2016 on Win 10 (64 bit)

  2. #2
    Junior Member
    Join Date
    Jul 2013
    Posts
    12
    Rep Power
    0
    Hey Admin,

    Just gave it a shot and all is looking well.

    Could you please add to the code the ability to add to Column K in the master sheet the value 0 when it is copied over?

    Also, can you please confirm that both Column D and E are being checked in order to find the duplicate rows? I'm just worried 2 members with the same street address but different unit numbers will be considered duplicates.

    Thank you!!

    -Amit

Similar Threads

  1. Replies: 10
    Last Post: 05-23-2013, 12:30 PM
  2. Replies: 4
    Last Post: 04-05-2013, 12:08 PM
  3. Detect Duplicates In Named Ranges With Cross Check
    By Yegarboy in forum Excel Help
    Replies: 3
    Last Post: 10-09-2012, 11:02 AM
  4. Copy Automatically Between Two Worksheets
    By marreco in forum Excel Help
    Replies: 0
    Last Post: 08-27-2012, 04:48 PM
  5. Protecting Elements in Worksheets
    By LeeL in forum Excel Help
    Replies: 1
    Last Post: 07-29-2011, 07:32 AM

Posting Permissions

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