Email the entire tab from the current sheet I have open.
I have already built a button and assigned a script to email, however I want a button that will send the current sheet that i have open to a set address. When I use the button I created it only sends an email, no attachment or no sheet.
function sendemail() { MailApp.sendEmail("[email protected]", "F-106", "Aircraft Dispatch");
I want to send the sheet I'm using at the time to a predetermined address.