Results 1 to 14 of 14

Do until loop (deleting duplicate values)

Threaded View

  1. #1
    Registered User
    Join Date
    05-15-2012
    Location
    Guam
    MS-Off Ver
    2010
    Posts
    30

    Do until loop (deleting duplicate values)

    Hi,

    I have an excel sheet list that has duplicate values and want delete the duplicate value. After sorting the list, it looks like the following:

    aa 12
    aa 13
    bb 32
    bb 44
    cc 34
    cc 56

    I would like a macro to delete every other value or a smart macro that just deletes the duplicate value (i.e., the variable and not the information appended to the variable) and keeps one of them. After running the macro the new list should look like this:

    aa 12
    ......13
    bb 32
    .....44
    cc 34
    .....56

    The list can be as long as the row limitation of excel 2010 or as short as 10 rows.
    Last edited by buntalan80; 05-30-2012 at 10:51 PM.

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