Advertisement
Guest User

Untitled

a guest
Aug 17th, 2019
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. var rangeList = SpreadsheetApp.getActive().getRangeList(['B2:i8',
  2. 'B10:i16','B18:i24', 'B26:i32', 'B34:i40']);
  3. var copyrange =
  4. SpreadsheetApp.getActiveSpreadsheet().getSheetByName("ENTRATE MAIN
  5. 2").getRangeList(['B2:i8', 'B10:i16','B18:i24', 'B26:i32', 'B34:i40']);
  6. rangeList.copyTo(rangelist);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement