MCPcopy Create free account
hub / github.com/analyticswithadam/App_Script / onOpen

Function onOpen

Intro.js:1–6  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1function onOpen() {
2 var ui = SpreadsheetApp.getUi();
3 ui.createMenu('Adams Menu')
4 .addItem('Insert the date', 'insertDate')
5 .addToUi();
6}
7
8function insertDate() {
9 var sheet = SpreadsheetApp.getActiveSpreadsheet().getActiveSheet();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected