I have a macro that I want to save for all my past, current, and future Google sheets as this is a repetitive task that I constantly have to do. For some reason, I can't seem to figure out how to save my macro to other google sheets.
1 Answers
1
votes
According to https://developers.google.com/apps-script/guides/sheets/macros at this time it's not possible to add a macro to all spreadsheets. The alternative is to create an add-on.