I am deleting rows based on a value in a column (< 16) and if the value is 16 or greater I want to move down to the next row and check that value and so on. i am using a Do Until value = "".

What is the code for moving down to the next cell below ActiveCell?