So, I have a worksheet sub that checks the selection of a drop-down box. Once the a selection is made, a certain cell's format will be changed, such as the fill color. That routine seems to work fine, but the cursor stays at the cell that is being formatted. Since this form is being filled vertically, I would like the cursor to go down a row from the drop-down box. How would I achieve that?