I apologise if this is somewehere already on here but i can't find it.
I have a sheet of data that has duplicates, the sheet can be of any length.
The duplicates can either by Name, HouseName/Number and postcode or Phone number.
What I want to be able to do is run some VBA that does one pass through looking at the Name, HouseName/Number and postcode, where they appear more then once remove all bar 1 onto another sheet, then do a second pass looking only at the phone number but remove all of these to another sheet not keeping any on the first sheet (two requirements really).
I can find code that helps to find and remove but not to copy them to another sheet, and it's a bit of a frustration. Any help is very graefully appreciated.
Didn't anyone ever tell you? There's one thing you never put in a trap — if you're smart, if you value your continued existence, if you have any plans about seeing tomorrow — there's one thing you never — ever, put in a trap. … Me.
I have a sheet of data that has duplicates, the sheet can be of any length.
The duplicates can either by Name, HouseName/Number and postcode or Phone number.
What I want to be able to do is run some VBA that does one pass through looking at the Name, HouseName/Number and postcode, where they appear more then once remove all bar 1 onto another sheet, then do a second pass looking only at the phone number but remove all of these to another sheet not keeping any on the first sheet (two requirements really).
I can find code that helps to find and remove but not to copy them to another sheet, and it's a bit of a frustration. Any help is very graefully appreciated.
Didn't anyone ever tell you? There's one thing you never put in a trap — if you're smart, if you value your continued existence, if you have any plans about seeing tomorrow — there's one thing you never — ever, put in a trap. … Me.