Sub DoUntilDemo() Do Until IsEmpty(ActiveCell.value) ActiveCell.value = ActiveCell.value * 2 ActiveCell.offset(1, 0).Select Loop End Sub