0
1
GSGuntar Susatyo
The code clears content from the range B3:B6, sets the value to FALSE in the range A10, and clears content from the range C3.
Shortcut: sheetResetCellCalue
sheetResetCellCalue
0 Comments
function resetValue() { record.getRange('B3:B6').clearContent(); record.getRange('A10').setValue('FALSE'); record.getRange('C3').clearContent(); }