I'm trying to create a faster way to compare data from one sheet to another in Excel. The way I currently do it is assign the data to variables and then compare the variables. This works fine on small amounts of data, but bogs down on larger sheets. I figured the easiest way to do it would be to assign the data for one page to a recordset and then assign the other page to another recordset. After some help in understanding how to do this in excel vs. how I knew to do it in access I can set the recordsets fine an query them. What I don't know how to do is query them both to compare the data. I know the SQL for it, but I don't know if there is a VBA command that will allow me to open and query both recordsets at the same time. Is there away? I can't import it into access and then query there I have to do this in Excel.