Oct 03 2023 05:17 AM
Clear button or any possible way to clear multiple cell by just clicking or creating a define instruction
Is that possible in Excel?
Sample Image
So everytime I want to clear datas in B7 to B30 I will just press the clear or the B35 command possible?
Tried something like this
Error :(
Oct 03 2023 05:31 AM
SolutionSub clear_range()
Range("B7:B30").Clear
End Sub
You can assign this macro to a button in cell B35.