![]() |
|
|
Welcome to the { mindfrost82.com } forums. You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today! If you have any problems with the registration process or your account login, please contact contact us. |
|
|||||||
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
|
|||
|
remove duplicate data records
Hello,
please tell me how to move the data record in a new sheet and how to delete the duplicated data record after it was moved to a other steet with a macro: Karl Maier, Inner Street 2, 43210 Berlin Unfortunatly my macro at the attached Excel-File does only compare one cell (in this case firstname). Please let me know how to modify the macro in my Excel-File that there is a comparison of street, zip-code and city and not only of the firstname. Thank you. Regards, Dirk |
|
|||
|
Re: remove duplicate data records
First add a heading in A1:E1 like a,b,c,d,e. Then:
Range("A1").CurrentRegion.AdvancedFilter xlFilterCopy, , Range("G1"), True -- Jim "Dirk Lehmann" <dirk_lehmann@arcor.de> wrote in message news:482ac339$0$6542$9b4e6d93@newsspool3.arcor-online.net... | Hello, | | please tell me how to move the data record in a new sheet and how to delete | the duplicated data record after it was moved to a other steet with a macro: | | Karl Maier, Inner Street 2, 43210 Berlin | | Unfortunatly my macro at the attached Excel-File does only compare one cell | (in this case firstname). | Please let me know how to modify the macro in my Excel-File that there is a | comparison of street, zip-code and city and not only of the firstname. | | Thank you. | | Regards, | | Dirk | | | |
![]() |
|
| Thread Tools | Search this Thread |
| Display Modes | |
|
|