I want to compare two sheets in excel and if vba found duplicates it will delete them. I have searched for a while and finally I have find what I want here. "How do I delete duplicates between two excel sheets quickly vba"
But in my case this didn't work for me. because this script consider that abc and AbC are duplicates. So is there anyway to modify the script so it will be case sensitive for all letters.
Change the CompareMode of the dictionary. For detailed information have a look here: http://msdn.microsoft.com/en-us/library/a14xez73(v=vs.84).aspx