6

Is it possible to customize the right click popup menu of the tab of a sheet at the bottom? Specifically, I wish to add to that menu a new menu item, one of my macro names currently available at tools.macros.myMacroName.

If possible, how to accomplish this? Thank you very much!

player0
  • 124,011
  • 12
  • 67
  • 124
CqN
  • 139
  • 1
  • 8
  • most likely not possible – player0 Jun 18 '20 at 01:11
  • 1
    Does this answer your question? [Is it possible to modify the Google Docs/Sheets right-click context menu?](https://stackoverflow.com/questions/27932041/is-it-possible-to-modify-the-google-docs-sheets-right-click-context-menu) – Rubén Jun 18 '20 at 04:00

1 Answers1

4

Not possible sorry. Your options are any of those features available in the Class Ui. https://developers.google.com/apps-script/reference/base/ui.html. Your macro/script could be set to act on the active sheet.

Antevasin
  • 171
  • 4