How to remove repeated email ids by macro?

  • Thread starter Thread starter Harshad
  • Start date Start date
H

Harshad

i have so many repeated mail ids, i want to sort it, so that it remove all
repeated mail ids.
Pls help
 
Run this macro. It will ask you to highlight your range of email addresses,
then ask you to select a range of cells to copy your unique values to. Make
sure you pick enough cells for the second range to receive the new list.

The code is on this page, be sure to use the SECOND version further down the
page:

http://en.allexperts.com/q/Excel-1059/2008/8/VBA-code-extracting-unique-1.htm

Hope this helps.

-
"Actually, I *am* a rocket scientist." -- JB

Your feedback is appreciated, click YES if this post helped you.
 
Hi,

If you are using 2007, no need for a macro, just choose Data, Remove
Duplicates.
 
Thank you for further information,
Actually i'm using Exl 2000.

Thank you again.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top