Skip to content
Advertisement

Tag: google-apps-script

Show all googlesheets when clicking outside

I am currently working on project where I have two sheets “Sheet 1” & “Sheet 2”. i have developed two html button named “Sheet 1” & Sheet 2. When user clicks “Sheet 1”-> it hides Sheet 2. Similarly, if the user clicks “Sheet 2”-> it hides Sheet 1. Currently button is working as per the below working if user clicks

How to fix cell history in cell note?

I found a script that’s supposed to add cell history in a note, the original one found here(https://www.pbainbridge.co.uk/2019/07/add-note-to-cell-on-google-sheet-edit.html) does not work or I’m doing something wrong. I modified the script and is supposed to add notes to cells in Column 18(R) seems to work but only on one of my sheets and it works properly only on page 2, in

Google scripts Bounced emails

The following stackoverflow link (Google Scripts – Grab email address from bounced message and parse information) has given very good information on how to tackle the Bounces using script from Amit Agarwal at (https://www.labnol.org/internet/gmail-bounced-email-report/29209/). My question is on whether the code can be called programmatically? I have tried putting each of the code snippets into functions and call them, in

Advertisement