I've written a macro the compares the contents of two cells. My issues is that if the 2 cells contain the same information, but one is just in uppercase it says that the two cells are not equal. How can I write the code so that when the contents of the 2 cells contain the same informatio regardless of being uppercase or not, it returns that they are equal?