I have a specified range selected.
Range(ActiveCell.Offset(0, -9), ActiveCell.Offset(0, -3)).EntireColumn.Select
Now, I have to replace all numbers with zero in the above range, except formulas.
Can anyone help me?
Range(ActiveCell.Offset(0, -9), ActiveCell.Offset(0, -3)).EntireColumn.Select
Now, I have to replace all numbers with zero in the above range, except formulas.
Can anyone help me?