Auto scroll to bottom of Google Sheet | Hotkey & Script guide
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));
}
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
#Google #Sheets #Script
-----------------------------
πΈ Found this useful? Help me make more! Support me by becoming a member: https://youtube.com/channel/UCkih2oVTbXPEpVwE-U7kmHw/join
-----------------------------
πΈ Direct donations via Ko-Fi: https://ko-fi.com/TCNOco
π¬ Discuss video & Suggest (Discord): https://s.tcno.co/Discord
π Game guides & Simple tips: https://YouTube.com/TroubleChuteBasics
π Website: https://tcno.co
π§ Need voice overs done? Business query? Contact my business email: TroubleChute (at) tcno.co
Everything in this video is my personal opinion and experience, and should not be considered professional advice. Always do your own research and make sure what you're doing is safe.