Hello everyone. What I am looking for is vba code that will allow me to move down one cell at a time starting at a specific cell. For example, always starting at cell C1, then it will proceed to C2, then C3 etc. I would like to place a button on the spreadsheet so that each time the button is pressed it will move one cell down. So, I press the button once and cell C1 is selected, I press the button again and it moves to cell C2, etc. I am able to do this using Active Cell but that means I have to select the starting cell, which is not what I want. Thank you.