I have information in columns "C" & "D" and I want to loop through each row until there are no numbers left in those columns, and have a message box pop up for each individual cell and ask the question, "Is this the right number in cell 1?" & then "Is this the right number in cell 2?" If it is, then it goes to the next row down and keeps asking the same questions until there are no numbers left in the two columns. If the number isn't right, then the user can type in the correct number into a different message box and the cell "content" will be changed. Thanks in advance!!!