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 -

performance - Why is XCHG reg, reg a 3 micro-op instruction on modern Intel architectures? -

jquery - Responsive Navbar with Sub Navbar -