TroubleChute Logo
VIDEOS

Auto scroll to bottom of Google Sheet | Hotkey & Script guide


Published: May 9, 2021
Last Edit: May 9, 2021
85 Words, 0 Minute.

Watch the video:


Timestamps:
0:00 - Explanation
0:38 - Google Sheets jump to bottom hotkey
1:07 - Auto jump to bottom in Google Sheets
1:46 - Creating a Script in Google Sheets

Find yourself scrolling to the bottom of Google Sheets files often, but want to make it quicker? This video shows you all you need to know about speeding up the process. From simple hotkey to something that scrolls to the bottom for you automatically.

function onOpen(){
let ss = SpreadsheetApp.getActiveSpreadsheet();
let sheet = ss.getSheetByName(ss.getSheets()[0].getName());
sheet.setActiveRange(sheet.getRange(sheet.getLastRow(),1));
}

TroubleChute © Wesley Pyburn (TroubleChute)
Support Me Privacy Policy Cookies Policy Terms of Service Change privacy settings Contact