javascript - app script for locking cell after data was inputted -
i making reservation calendar , want locked cell after inputted information on specific columns. more or less 10 columns have function. need help. thanks.
this right out of documentation here.
 var ss = spreadsheetapp.getactive();  var range = ss.getrange('a1:b10');  var protection = range.protect().setdescription('sample protected range'); 
Comments
Post a Comment