google spreadsheet - Can't get script to run for all users -



google spreadsheet - Can't get script to run for all users -

alright, i've been writing doc , noticed road block ran into. can run script fine when create incognito tab test permissions of other users, doesn't run script. cannot access script editor (tools > script editor) either when in incognito it's not alternative apply manually user whenever added document.

can please help me further, code.

function onedit(){ var s = spreadsheetapp.getactivesheet(); var range = s.getactiverange(); if (s.getname() == "sheet1" && range.getcolumnindex() == 4 && (range.getvalue().tolowercase() == "x")) s.hiderows(range.getrowindex(),1); }

your code working users, in incognito mode. don't know why not able access script editor in incognito mode has nil incognito mode.

google-apps-script google-spreadsheet

Comments

Popular posts from this blog

javascript - THREE.js reposition vertices for RingGeometry -

javascript - I need to update the text of a paragraph by inline edit -

assembly - What is the addressing mode for ld, add, and rjmp instructions? -