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

Popular posts from this blog

Is there a better way to structure post methods in Class Based Views -

Qt QGraphicsScene is not accessable from QGraphicsView (on Qt 5.6.1) -

What is happening when Matlab is starting a "parallel pool"? -