Answer the question
In order to leave comments, you need to log in
How to correctly color a row in a table in a loop through variables?
Hello. I'm trying to color a string through this code in a loop
lr = sheet1.getLastRow();
lc = sheet1.getLastColumn();
sheet1.getRange(lr, 1, lr, lc).setBackground('#ffff00')
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question