Advertisement
Guest User

Untitled

a guest
Feb 29th, 2020
130
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. function zellenInhaltLoeschen(){
  2. var sheet=SpreadsheetApp.getActiveSheet();
  3. var destination="b6:q18;b20:b32";
  4. sheet.getRange(destination).setValue("");
  5. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement