How to get cursor to move to a Google Sheets row?
I have the following bound script which works to add a new row to a spreadsheet: function addSong() { var ss = SpreadsheetApp.getActive(); var sheet = ss.getActiveSheet(); var lastRow = sheet.