Answers for "activate cell apps script"

0

activate cell apps script

spreadsheet.getActiveCell().offset(-8,0).activate();
SpreadsheetApp.flush(); // see next line
Utilities.sleep(1000); // wait so scrolling won't be reset
spreadsheet.getActiveCell().offset(11,0).activate();
};
Posted by: Guest on October-13-2021

Browse Popular Code Answers by Language