• Hi All

    Please note that at the Chandoo.org Forums there is Zero Tolerance to Spam

    Post Spam and you Will Be Deleted as a User

    Hui...

  • When starting a new post, to receive a quicker and more targeted answer, Please include a sample file in the initial post.

Check If, Range.RemoveDuplicates Method Found Duplicates to Remove

AAP

Member
Hello, Is there any way to check that vba method Range.RemoveDuplicates actually found some duplicates from the data or not?
 
No there isn't. At least not directly.

Just do count of rows before and after you use the method to remove duplicates.
 
Back
Top