Guest User

Untitled

a guest
Jul 15th, 2018
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.12 KB | None | 0 0
  1. function myFunction1() {
  2. var spreadsheet = SpreadsheetApp.getActive();
  3. spreadsheet.getRange('B1:P50').activate();
  4. };
Add Comment
Please, Sign In to add comment