Thursday, November 4, 2021

function uncheckAll() { const sheet = SpreadsheetApp.getActiveSheet(); const range = sheet.getDataRange(); range.uncheck(); } This selects the active sheet and unchecks all checkboxes within the data range, which is the range where you have data inputted.


from Twitter https://twitter.com/benlcollins

November 04, 2021 at 12:00AM

No comments:

Post a Comment