VBA - Emailing Workbook* 02/12/2001 To email your current workbook the following code. Sub Email()ActiveWorkbook.SendMail recipients:=" This email address is being protected from spambots. You need JavaScript enabled to view it. "End Sub < Prev Next >