Use for questions relating to Google Sheets Macros, which allow quickly replaying a set of interactions with the Google Sheets UI that normally would need to be done with the mouse, and can be bound to a keyboard sequence.
Google Sheets Macros are recorded functions written in the Google Apps Script language that allow simply repeating certain actions or procedures that would otherwise require multiple mouse & UI interactions. Up to 10 can be bound to a keyboard shortcut, using the sequences Ctrl + Alt + Shift + [0-9]
.
Macros can be recorded directly from the document or written in the document's Script Editor, or imported from a previous document. They are only allowed as part of a bound document - no standalone, add-on, web-app, or library macros are usable.