When you use a checkbox as a button to start a process, you have to manually uncheck it every time you click it. By using GAS's onEdit(e), you can trigger a process with the checkbox and automatically ...
onEdit(e) runs not only when you enter data into a single cell, but also when you paste multiple rows of data at once. Code designed for only a single cell may only process the first cell of the ...