There is a VBA command that will email a spreadsheet, it however needs an input to allow the macro to send the email as security patches now block automatic email sends.
ActiveWorkbook.SendMail Recipients:="
[email protected]", Subject:="Mileage report"
Roger Waters