Hi all, I am wanting to clear cells on a sheet that have a Worksheet_selectionchange event tied to them when someone clicks on that cell.
In my code for resetting the spread sheet, I am selecting many cells with range("Multible cell address"
.select to then clear selected. My problem is it causes the selection change event which I don't want to happen. Is there a way to avoid this and clear the contents of the cells?
Thanks!
In my code for resetting the spread sheet, I am selecting many cells with range("Multible cell address"
Thanks!