 |
Do-While loop with ActiveCell : ActiveCell « Excel « VBA / Excel / Access / Word
Do-While loop with ActiveCell : ActiveCell « Excel « VBA / Excel / Access / Word ... Sub DoWhileDemo() Do While ActiveCell.value Empty ActiveCell.value = ActiveCell.value * 2 ActiveCell.offset(1, 0).Select Loop End Sub
www.java2s.com |
 |