Skip to content

Instantly share code, notes, and snippets.

View techstreams's full-sized avatar

Laura Taylor techstreams

View GitHub Profile
@techstreams
techstreams / submit.md
Created June 18, 2020 15:40 — forked from tanaikech/submit.md
Disabling Buttons Put on Google Spreadsheet using Google Apps Script

Disabling Buttons Put on Google Spreadsheet using Google Apps Script

Description

This is a sample script for disabling the buttons put on Google Spreadsheet using Google Apps Script.

When a script is run by clicking a button on Google Spreadsheet, there is the case that you don't want to make users run the script in duplicate. This sample script achieves this situation.

Demo