Advertisement
Guest User

Untitled

a guest
Oct 30th, 2014
129
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. function add_this(){
  2. //do some things in spreadsheet B only
  3. }
  4.  
  5. function test_running_script(){
  6. ArrayLib.add_this();
  7. //script_spreadsheetB_name.gs.ArrayLib.add_this();
  8. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement