Button with Macro to Email sheet to multiple addressees

T

TinaF

I have the following code to email a spreadsheet to one recipient:

Sub EmailTimesheet()
ThisWorkbook.SendMail "[email protected]", "Timesheet"
End Sub

How do I change this to send it to multiple recipients?

Thanks.
Tina
 
Top