Back to Browse

Add an Email Button to Google Sheets

53.5K views
Nov 1, 2016
10:33

This tutorial explains how to use Google Apps Script to add an Email Button to a Google Sheet. The script used in this example is shown below. Be sure to add your own content in the areas set off by quotation marks. function sendemail() { MailApp.sendEmail("email address", "subject", "body"); }

Download

1 formats

Video Formats

360pmp415.7 MB

Right-click 'Download' and select 'Save Link As' if the file opens in a new tab.

Add an Email Button to Google Sheets | NatokHD