Skip to content

Instantly share code, notes, and snippets.

@primaryobjects
primaryobjects / RememberCellPosition.gs
Created April 2, 2015 17:40
Google Spreadsheet script to remember the last edited cell position and automatically scroll to it when opening the document.
//
// Remember Last Edited Cell Position in Google Spreadsheets
//
// Install:
// 1. Open spreadsheet in Google Drive.
// 2. Click Tools->Script editor.
// 3. Paste the contents of this file into the text field.
// 4. Click Run->install
// 5. When prompted for permission, click OK.
// 6. Click Run->install a second time. Done!