Hello,
Im looking for VBA to input a formula into a cell based on the cell value next to it. If the Cell value next to it is blank it shall stop.
I have the below which loops and stops when a blank cell is found, but I need it to perform an action.
Sub DoWhile_Loop()
Dim BlankFound As...