In my Excel Macro I loop through a spreadsheet and delete cells containing specific text. I would like to end the macro before the loop reaches cell A1 (I begin the macro by making cell A2 active). I don’t want the text in A1 deleted. How do I tell the macro to exit the do…while loop when it encounters cell A1?